Skip to content

Commit

Permalink
add code coverage section to README (#534)
Browse files Browse the repository at this point in the history
* add code coverage section to README

* fix typo

Co-authored-by: Mike <mikehathaway@makerdao.com>
  • Loading branch information
MikeHathaway and Mike authored Jan 8, 2023
1 parent 88dd324 commit 463dcd3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ make test-with-gas-report
```bash
make test-load
```
- generate code coverage report:
```bash
make coverage
```

### Brownie tests
- run integration tests:
Expand All @@ -106,6 +102,16 @@ or
brownie compile --size
```

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

## Slither Analyzer

Expand Down

0 comments on commit 463dcd3

Please sign in to comment.