Skip to content

Commit

Permalink
chore(ci): Configure codecov patch job (#477)
Browse files Browse the repository at this point in the history
* chore(ci): Configure codecov patch job

* raise project coverage requirement to 75%
  • Loading branch information
clabby committed Sep 2, 2024
1 parent 8fca6ec commit 00eb4e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 00eb4e3

Please sign in to comment.