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 30, 2021
1 parent 301f663 commit 3d6512b
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 @@ -5,6 +5,7 @@ exclude_lines =


[run]
branch = true
source =
pystac
tests

0 comments on commit 3d6512b

Please sign in to comment.