Skip to content

Commit 6ac2672

Browse files
committed
Add coverage config
1 parent d3338d8 commit 6ac2672

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.coveragerc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[report]
2+
omit =
3+
__main__.py
4+
exclude_lines =
5+
pragma: no cover
6+
# This covers both typing.TYPE_CHECKING and plain TYPE_CHECKING, with any amount of whitespace
7+
if\s+(typing\.)?TYPE_CHECKING:

0 commit comments

Comments
 (0)