Do not allow mere "pragma: no cover"s
This commit is contained in:
parent
9083cebe18
commit
d9dcea8379
1 changed files with 7 additions and 0 deletions
|
@ -122,6 +122,13 @@ show_missing = true
|
|||
skip_covered = true
|
||||
skip_empty = true
|
||||
|
||||
exclude_lines = [
|
||||
|
||||
# "pragma: no cover"
|
||||
# => Intentionally commented out as we thrive for 100% test coverage
|
||||
|
||||
]
|
||||
|
||||
|
||||
[tool.coverage.run]
|
||||
|
||||
|
|
Loading…
Reference in a new issue