Skip to content

Commit

Permalink
Readme update coverage (#35)
Browse files Browse the repository at this point in the history
* add code coverage script

* update readme for code coverage

Co-authored-by: Mike <mikehathaway@makerdao.com>
  • Loading branch information
MikeHathaway and Mike authored Jan 8, 2023
1 parent 973b855 commit 92d420e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ make all
make tests
```

#### Code Coverage
- generate basic code coverage report:
```bash
make coverage
```
- exclude tests from code coverage report:
```
apt-get install lcov
bash ./check-code-coverage.sh
```

### Contract Deployment
Ensure the following env variables are set in your env file `.env`
Expand Down

0 comments on commit 92d420e

Please sign in to comment.