Add coverage.py configuration
This commit is contained in:
parent
f6186d2dbd
commit
ba4515ded6
2 changed files with 6 additions and 0 deletions
4
.coveragerc
Normal file
4
.coveragerc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# .coveragerc to control coverage.py
|
||||
[run]
|
||||
# Capture branch coverage
|
||||
branch = True
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,3 +6,5 @@ dist
|
|||
tests/tokens.py
|
||||
tests.log
|
||||
.tox
|
||||
.coverage
|
||||
htmlcov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue