Skip to content

Commit

Permalink
Add coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram committed May 2, 2022
1 parent d3338d8 commit 6ac2672
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[report]
omit =
__main__.py
exclude_lines =
pragma: no cover
# This covers both typing.TYPE_CHECKING and plain TYPE_CHECKING, with any amount of whitespace
if\s+(typing\.)?TYPE_CHECKING:

0 comments on commit 6ac2672

Please sign in to comment.