tests: ignore pytest skipped tests in coverage

This commit is contained in:
Éloi Rivard 2024-03-29 17:44:42 +01:00
parent 5379259a15
commit a72489fb54
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -170,6 +170,7 @@ branch = true
[tool.coverage.report]
exclude_lines = [
"@pytest.mark.skip",
"pragma: no cover",
"raise NotImplementedError",
"except ImportError",