forked from Github-Mirrors/canaille
tests: ignore pytest skipped tests in coverage
This commit is contained in:
parent
5379259a15
commit
a72489fb54
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ branch = true
|
|||
|
||||
[tool.coverage.report]
|
||||
exclude_lines = [
|
||||
"@pytest.mark.skip",
|
||||
"pragma: no cover",
|
||||
"raise NotImplementedError",
|
||||
"except ImportError",
|
||||
|
|
Loading…
Reference in a new issue