Skip to content

Commit 87a1839

Browse files
committed
Exclude if TYPE_CHECKING and ... from coverage.
1 parent 092286c commit 87a1839

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.coveragerc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[run]
22
branch = True
33
omit = */flycheck_*
4+
5+
[report]
6+
precision = 2
7+
exclude_lines =
8+
if TYPE_CHECKING
9+
\s*\.\.\.$

0 commit comments

Comments
 (0)