Skip to content

Commit ca5f313

Browse files
committed
Don't cover typing.TYPE_CHECKING
1 parent 767c7cb commit ca5f313

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.coveragerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# .coveragerc to control coverage.py
2+
3+
[report]
4+
# Regexes for lines to exclude from consideration
5+
exclude_also =
6+
# Don't complain if non-runnable code isn't run:
7+
if TYPE_CHECKING:

0 commit comments

Comments
 (0)