Skip to content

Commit 0817f5d

Browse files
committed
Omit benchmarks.py from coverage
It isn't run under coverage testing in CI, so it gives false negatives
1 parent a7f6539 commit 0817f5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ testpaths = [
208208
[tool.coverage]
209209
run.omit = [
210210
"checks/*.py",
211+
"Tests/benchmarks.py",
211212
"Tests/createfontdatachunk.py",
212213
]
213214
report.exclude_also = [

0 commit comments

Comments
 (0)