codecov: set patch check target to 0%
Hopefully this will make the patch builder merely informative and not reject any change without unit tests.
This commit is contained in:
parent
7f9680bd69
commit
f65b44bd5b
|
|
@ -5,7 +5,7 @@ coverage:
|
|||
threshold: 0.1
|
||||
patch:
|
||||
default:
|
||||
threshold: 0.1
|
||||
target: 0%
|
||||
codecov:
|
||||
require_ci_to_pass: true
|
||||
notify:
|
||||
|
|
|
|||
Loading…
Reference in New Issue