Remove exclude_lines, which decreases code coverage accuracy
This commit is contained in:
parent
3ca9d51b04
commit
c2ac43d0d3
13
.coveragerc
13
.coveragerc
@ -1,16 +1,3 @@
|
|||||||
[run]
|
[run]
|
||||||
omit = atst/routes/dev.py
|
omit = atst/routes/dev.py
|
||||||
branch = True
|
branch = True
|
||||||
|
|
||||||
[report]
|
|
||||||
|
|
||||||
# Regexes for lines to exclude from consideration
|
|
||||||
exclude_lines =
|
|
||||||
|
|
||||||
# Have to re-enable the standard pragmas
|
|
||||||
pragma: no cover
|
|
||||||
pragma: no branch
|
|
||||||
|
|
||||||
# Don't complain about missing debug-only code:
|
|
||||||
def __repr__
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user