Skip to content

Commit

Permalink
Fix codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Aug 27, 2024
1 parent 4cf0b2e commit 98a410e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions codecov.yaml → codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ coverage:
round: down
range: "80...95"
status:
project:
default:
target: auto
# adjust accordingly based on how flaky your tests are
# this allows a drop from the previous base commit coverage
threshold: 1%
project:
default:
target: auto
# adjust accordingly based on how flaky your tests are
# this allows a drop from the previous base commit coverage
threshold: 1%
patch:
default:
target: 0%
Expand Down

0 comments on commit 98a410e

Please sign in to comment.