From 6345187c84ff51d392bedb66d647cc6146037ba4 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Fri, 23 Oct 2020 15:58:33 -0400 Subject: [PATCH] build: Set Codecov to informational mode again We have informational mode enabled for pull requests. This commit enables it for individual commits, too. Informational mode registers the result of a Codecov check without ever failing due to low coverage. This is appropriate for Terraform because much of the test coverage comes from cross-package tests, which Codecov misses. --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codecov.yml b/codecov.yml index 783bebccb..8fdc7bc8e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,6 +14,11 @@ coverage: informational: true target: auto threshold: "0.5%" + patch: + default: + informational: true + target: auto + threshold: "0.5%" github_checks: annotations: false