ci: increase codecov threshold to 5% (#712)
Increases codecov threshold to 5% for less annoying failures.
This commit is contained in:
parent
08bb933f38
commit
2b893ea6aa
|
@ -1,3 +1,7 @@
|
|||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 5%
|
||||
patch: off
|
||||
|
|
Loading…
Reference in New Issue