Skip to content

Commit

Permalink
tests: Verify branch coverage
Browse files Browse the repository at this point in the history
Stricter than statement coverage.

The coverage library does not yet have support for conditional coverage
<nedbat/coveragepy#660>, which is even
stricter.
  • Loading branch information
l0b0 committed Jun 29, 2021
1 parent f9573f8 commit 377419d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
fail_under = 91

[run]
branch = true
source = pystac

0 comments on commit 377419d

Please sign in to comment.