Skip to content

Commit a4fe4cd

Browse files
author
Jon Duckworth
authored
Merge pull request #495 from l0b0/verify-branch-coverage
tests: Verify branch coverage
2 parents 0426bd1 + fff4751 commit a4fe4cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.coveragerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[report]
2-
fail_under = 96
2+
fail_under = 94
33
exclude_lines =
44
if TYPE_CHECKING:
55

66

77
[run]
8+
branch = true
89
source =
910
pystac
1011
tests

0 commit comments

Comments
 (0)