Skip to content

Commit 0f9bef0

Browse files
committed
[tool] fix(deprecation): omit test files from coverage
1 parent 09cc802 commit 0f9bef0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,8 @@ warn_redundant_casts = true
9696
warn_return_any = true
9797
warn_unused_configs = true
9898
warn_unused_ignores = true
99+
100+
[tool.coverage.run]
101+
omit = [
102+
"test/*",
103+
]

0 commit comments

Comments
 (0)