Skip to content

Commit

Permalink
chore: make codecov only care about newlines
Browse files Browse the repository at this point in the history
RFC
  • Loading branch information
moul authored Dec 5, 2024
1 parent 7ce29ff commit be4c48e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@ coverage:
round: down
precision: 2
status:
project:
patch: # new lines
default:
target: auto
threshold: 10 # Let's decrease this later.
base: parent
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
patch:
default:
target: auto
threshold: 10 # Let's decrease this later.
target: 80
threshold: 10
base: auto
if_no_uploads: error
if_not_found: success
Expand Down

0 comments on commit be4c48e

Please sign in to comment.