codecov: add 5% threshold
We're only using code coverage as additional information. Put in a 5% threshold so that small fixes that decrease coverage slightly don't block pull requests.
This commit is contained in:
parent
3a961da7a5
commit
d49f0fef44
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
coverage:
|
||||
project:
|
||||
default:
|
||||
treshold: 5%
|
||||
status:
|
||||
patch: no
|
||||
codecov:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue