Skip to content

Commit

Permalink
Add coveragerc from jaraco/skeleton. Suppresses coverage checks on fi…
Browse files Browse the repository at this point in the history
…les in .tox and also addresses some common issues.
  • Loading branch information
jaraco committed Feb 19, 2024
1 parent c7358c5 commit f7f423d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[run]
omit =
# leading `*/` for pytest-dev/pytest-cov#456
*/.tox/*
disable_warnings =
couldnt-parse

[report]
show_missing = True
exclude_also =
# jaraco/skeleton#97
@overload
if TYPE_CHECKING:

0 comments on commit f7f423d

Please sign in to comment.