Add pytest-cov for test coverage
- Add pytest-cov as dev dependency - Configure coverage in pyproject.toml - Exclude tests, __pycache__, seed.py from coverage - Enable branch coverage - Add .coverage to gitignore
This commit is contained in:
parent
6c218130e9
commit
6a2d7155cb
2 changed files with 14 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,3 +28,4 @@ next_pr.md
|
|||
|
||||
# Notes
|
||||
notes/
|
||||
.coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue