From f65b44bd5b7248813fe9a2e31719338f61bba577 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 14 Jun 2020 13:10:22 +0200 Subject: [PATCH] codecov: set patch check target to 0% Hopefully this will make the patch builder merely informative and not reject any change without unit tests. --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index b4bba76898..3714000e02 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,7 +5,7 @@ coverage: threshold: 0.1 patch: default: - threshold: 0.1 + target: 0% codecov: require_ci_to_pass: true notify: