Skip to content

Commit 1fd4c4b

Browse files
committed
tests: Exclude mypy-specific code from coverage
1 parent f9573f8 commit 1fd4c4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[report]
22
fail_under = 91
3+
exclude_lines =
4+
if TYPE_CHECKING:
5+
36

47
[run]
58
source = pystac

0 commit comments

Comments
 (0)