We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a53a3f commit f0c1e73Copy full SHA for f0c1e73
.coveragerc
pyproject.toml
@@ -10,3 +10,12 @@ include_trailing_comma = true
10
force_grid_wrap = 0
11
use_parentheses = true
12
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