Skip to content

Commit

Permalink
Add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Oct 25, 2023
1 parent 40d7eec commit b82d7fe
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Codecov settings
# After modifying this file, you can validate it, see https://api.codecov.io/validate

codecov:
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
# define the colour bar limits here (red...green)
range: "75...100"

# diff type
status:
project:
default:
# fail if coverage below this:
target: '85%'
# fail if coverage drops by this much:
threshold: '2%'
patch:
default:
target: '85%'

# turn off comments to pull requests
comment: false

0 comments on commit b82d7fe

Please sign in to comment.