Skip to content

Commit a00a61a

Browse files
committed
Enforce coverage percentage
Avoids merging in PRs which decrease coverage substantially, while encouraging bumping the number when coverage increases.
1 parent 28ee150 commit a00a61a

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,2 +1,5 @@
1+
[report]
2+
fail_under = 89
3+
14
[run]
25
source = pystac

0 commit comments

Comments
 (0)