From 9c1107d17c0b7223bd377d9ab4f36fe54ef07c7d Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 6 Oct 2023 16:15:33 -0700 Subject: Configure codecov to be less intrusive (#6000) Disable codecov GitHub comments and PR-specific coverage checks. --- .github/codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 35afe076b..838ba91f5 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,8 +1,11 @@ coverage: status: + patch: false project: default: informational: true github_checks: annotations: false + +comment: false -- cgit v1.2.3