https://github.com/cgewecke/gas-check
Testing codechecks / eth-gas-reporter integration
https://github.com/cgewecke/gas-check
Last synced: 5 days ago
JSON representation
Testing codechecks / eth-gas-reporter integration
- Host: GitHub
- URL: https://github.com/cgewecke/gas-check
- Owner: cgewecke
- License: mit
- Created: 2019-06-13T16:54:32.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T02:02:08.000Z (over 2 years ago)
- Last Synced: 2025-04-08T09:14:48.842Z (2 months ago)
- Language: JavaScript
- Size: 449 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: change.txt
- License: LICENSE
Awesome Lists containing this project
README
# gas-check
Testing codechecks / eth-gas-reporter integration
[](https://circleci.com/gh/cgewecke/gas-check)
### Install
```
npm install
```### Test
```
npm test
```### Quick PR
Some of the unit tests randomize gas consumption.
```
git checkout -b
date > change.txt
git commit -a -m 'test'
git push --set-upstream origin
```