From 33ffd67a7cdb6fc2813830e89b2007fcf31ab379 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Tue, 24 Aug 2021 14:13:21 +0200 Subject: [PATCH] Disable coverage annotations in GitHub (#9077) --- .codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index cc6a5e6a2b..372f9c1562 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -36,7 +36,6 @@ coverage: # https://codecov.readme.io/v1.0/docs/commit-status project: default: - against: auto target: 99% # specify the target coverage for each commit status threshold: 30% # allow this little decrease on project # https://github.com/codecov/support/wiki/Filtering-Branches @@ -45,11 +44,14 @@ coverage: # https://github.com/codecov/support/wiki/Patch-Status patch: default: - against: auto target: 50% # specify the target "X%" coverage to hit # threshold: 50% # allow this much decrease on patch changes: false +# https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations +github_checks: + annotations: false + parsers: gcov: branch_detection: