Skip to content

Commit

Permalink
codecov: set coverage threshold to 0.1%
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Damiani committed Dec 15, 2023
1 parent acfdd4c commit 689d0eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Check if this file is valid by running in bash:
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate

coverage:
status:
project:
default:
threshold: 0.1%

ignore:
- "vendor/**/*" # ignore all vendor sources

0 comments on commit 689d0eb

Please sign in to comment.