Skip to content

Commit 32e600b

Browse files
committed
ci(coverage) Omit tests/(*/)?test_*.py
1 parent 64658ce commit 32e600b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ parallel = true
134134
omit = [
135135
"*/_compat.py",
136136
"docs/conf.py",
137+
"tests/test_*.py",
138+
"tests/*/test_*.py",
137139
]
138140

139141
[tool.coverage.report]

0 commit comments

Comments
 (0)