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:
rdb 2020-06-14 13:10:22 +02:00
parent 7f9680bd69
commit f65b44bd5b

2
.github/codecov.yml vendored
View File

@ -5,7 +5,7 @@ coverage:
threshold: 0.1 threshold: 0.1
patch: patch:
default: default:
threshold: 0.1 target: 0%
codecov: codecov:
require_ci_to_pass: true require_ci_to_pass: true
notify: notify: