Skip to content

Commit 2bfc7a6

Browse files
Don't include benchmarks in coverage
1 parent aa1ed9b commit 2bfc7a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ tests = ["tests", "*/tests"]
105105
[tool.coverage.run]
106106
branch = true
107107
source = ["sectionproperties", "tests"]
108+
omit = ["*/benchmarks/*"]
108109

109110
[tool.coverage.report]
110111
show_missing = true

0 commit comments

Comments
 (0)