Skip to content

Commit

Permalink
chore: make codecov only care about newlines (#3277)
Browse files Browse the repository at this point in the history
![CleanShot 2024-12-05 at 17 01
41](https://github.com/user-attachments/assets/454f769b-9b87-418a-9499-4cf28ab763ad)


RFC

Co-authored-by: Nathan Toups <[email protected]>
Co-authored-by: Morgan <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2025
1 parent 37ab807 commit a01a030
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: 5 # 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: 5 # 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 a01a030

Please sign in to comment.