Skip to content

Commit adc2ace

Browse files
committed
Update coverage confic in pyproject.toml
Change [tool.coverage.report] to [tool.coverage.run]. The former omits files from only reporting, while the latter omits files from both measuring and reporting.
1 parent 8369cd9 commit adc2ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ addopts = [
127127
"--showlocals",
128128
]
129129

130-
[tool.coverage.report]
130+
[tool.coverage.run]
131131
omit = [
132132
".env/*",
133133
"project_euler/*",

0 commit comments

Comments
 (0)