An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# gas-check

Testing codechecks / eth-gas-reporter integration

[![CircleCI](https://circleci.com/gh/cgewecke/gas-check.svg?style=svg)](https://circleci.com/gh/cgewecke/gas-check)
![Codechecks](https://raw.githubusercontent.com/codechecks/docs/master/images/badges/badge-default.svg?sanitize=true)

### 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
```