Skip to content

Commit

Permalink
Add codecov yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiller-max committed Apr 14, 2023
1 parent b2ebdda commit f87c130
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
coverage:
status:
project:
default:
# basic
target: auto
threshold: 5% # allow a drop of 5%
base: auto
paths:
- "src"
# advanced settings
branches:
- master
if_ci_failed: success # success, failure, error, ignore
patch:
default:
# basic
target: 75%
threshold: 0%
base: auto
# advanced
branches:
- master
if_ci_failed: success #success, failure, error, ignore

0 comments on commit f87c130

Please sign in to comment.