Skip to content

Commit b41d463

Browse files
committed
Move coverage config to pyproject.toml
1 parent ac3fb58 commit b41d463

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.coveragerc

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ known_third_party = ["pytest"]
3737
strict = true
3838
files = "crashtest, tests"
3939

40+
[tool.coverage.report]
41+
exclude_lines = [
42+
"raise NotImplementedError",
43+
]
44+
4045
[build-system]
4146
requires = ["poetry-core>=1.0.0a5"]
4247
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)