From 00eb4e3c620d0fee59617c95e10952d06a77207a Mon Sep 17 00:00:00 2001 From: clabby Date: Mon, 2 Sep 2024 19:30:03 -0400 Subject: [PATCH] chore(ci): Configure codecov patch job (#477) * chore(ci): Configure codecov patch job * raise project coverage requirement to 75% --- .github/codecov.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index f3f3888c..e79b3c7e 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,7 +1,6 @@ # ref: https://docs.codecov.com/docs/codecovyml-reference coverage: - # TODO: Raise coverage requirements - range: 25..100 + range: 75..100 round: down precision: 1 status: @@ -10,6 +9,13 @@ coverage: default: # Avoid false negatives threshold: 1% + patch: + default: + target: auto + # Avoid false negatives + threshold: 1% + base: auto + only_pulls: true ignore: - "tests"