Skip to content

Commit f0c1e73

Browse files
committed
move coverage config to pyproject.toml
1 parent 7a53a3f commit f0c1e73

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.coveragerc

-7
This file was deleted.

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ include_trailing_comma = true
1010
force_grid_wrap = 0
1111
use_parentheses = true
1212
line_length = 100
13+
14+
[tool.coverage.run]
15+
branch = true
16+
17+
[tool.coverage.report]
18+
exclude_lines = [
19+
"pragma: no cover",
20+
"raise NotImplementedError",
21+
]

0 commit comments

Comments
 (0)