Skip to content

Commit 69f6992

Browse files
committed
tests: Verify branch coverage
Stricter than statement coverage, so I had to take the coverage minimum down one percentage point. The coverage library does not yet have support for conditional coverage <nedbat/coveragepy#660>, which is even stricter.
1 parent 94d4426 commit 69f6992

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 = 95
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)