Skip to content

Commit

Permalink
Allow small drops in codecov coverage (< 0.5%) (internetarchive#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored Mar 9, 2022
1 parent 4aa81d2 commit 9b75029
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
codecov:
notify:
require_ci_to_pass: yes
status:
project:
default:
# Allow small drops in coverage
threshold: 0.005 # .5 %
if_not_found: failure

coverage:
precision: 2
Expand Down

0 comments on commit 9b75029

Please sign in to comment.