Skip to content

Commit

Permalink
Merge pull request #43 from ranocha/patch-1
Browse files Browse the repository at this point in the history
Create .codecov.yml
  • Loading branch information
fverdugo authored Nov 3, 2021
2 parents 35668f8 + 22b6f22 commit b253b6d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Documentation available at
# - https://docs.codecov.com/docs/codecovyml-reference
# - https://docs.codecov.com/docs/commit-status

coverage:
range: 80..90 # set 90% and above as solid green, everything below 80% as red
status:
project: # set to `off` here and remove the lines below to disable this status
default:
threshold: 0.5% # allow this coverage drop without status failure
patch: # set to `off` here and remove the lines below to disable this status
default:
threshold: 0.5% # allow this coverage drop without status failure

github_checks:
annotations: false

0 comments on commit b253b6d

Please sign in to comment.