Skip to content

Commit

Permalink
Add coverage threshold
Browse files Browse the repository at this point in the history
Allow the project coverage to drop by 3%.
  • Loading branch information
jraddaoui committed May 1, 2020
1 parent 3b55d7e commit 38e8389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ coverage:
range: "70...100"

status:
project: yes
project:
default:
threshold: 3%
patch: no
changes: yes

Expand Down

0 comments on commit 38e8389

Please sign in to comment.