Skip to content

Commit

Permalink
MAINT: clean up Codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 13, 2025
1 parent 3dd796e commit 83adf23
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,22 @@ coverage:
status:
project:
default:
# basic
target: 75% # can't go below this percentage
threshold: 1% # allow drops by this percentage
target: 75%
threshold: 1%
base: auto
# advanced
branches: []
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: []
paths: []
patch:
default:
# basic
target: 0
threshold: 5%
base: auto
# advanced
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: null
paths: null
changes: false

parsers:
Expand Down

0 comments on commit 83adf23

Please sign in to comment.