diff --git a/.codecov.yml b/.codecov.yml index 593177e..d4c7274 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -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