Skip to content

Commit 03ea2e1

Browse files
authored
Exclude TYPE_CHECKING from coverage reporting (#282)
1 parent d6e0ea4 commit 03ea2e1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[report]
2+
exclude_also =
3+
if TYPE_CHECKING:

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ recursive-include docs *.py
1212
recursive-include docs *.rst
1313
recursive-include docs Makefile
1414
exclude .readthedocs.yaml
15+
exclude .coveragerc

0 commit comments

Comments
 (0)