Skip to content

Commit

Permalink
Add coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Oct 26, 2021
1 parent 690e3d3 commit 4739eb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .coverage
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Coverage requirement configuration for falcon, enforced in CIVET testing
#
# Valid configuration options:
# - require_new: Requires this percentage of coverage for new lines added
# - require_total: Requires this percentage of total coverage
# - warn_new: Warns below this percentage of coverage for new lines added

[default]
require_total = 85
warn_new = 90

0 comments on commit 4739eb6

Please sign in to comment.