chore: customize codecov project status, disable threshold for PRs (#622)

This commit is contained in:
Dimitri Herzog 2022-08-04 08:42:38 +02:00 committed by GitHub
parent dfd0aa8e7f
commit 4792929326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
coverage:
status:
project:
default:
target: auto
threshold: 80%
patch:
default:
# basic
target: auto
threshold: 0%
base: auto
only_pulls: true
ignore:
- "resolver/mocks.go"
- "**/*_enum.go"