Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit adc2ace

Browse files
committedOct 15, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.