Skip to content

Commit

Permalink
Add pytest --cov-report
Browse files Browse the repository at this point in the history
  • Loading branch information
zywkloo committed Jan 19, 2024
1 parent 6b8ecc5 commit dba918e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ If you have cloned the repository and want to run the tests, navigate to the roo
$ pytest
```

To show test coverage report
```bash
$ pytest --cov=passwordler --cov-report term
```

## Contributing
For information about how to contribute to this package, please review our [Contributing document](https://github.com/UBC-MDS/passwordler/blob/main/CONTRIBUTING.md). All contributors must abide by our [Code of Conduct](https://github.com/UBC-MDS/passwordler/blob/main/CONDUCT.md)

Expand Down

0 comments on commit dba918e

Please sign in to comment.