set codecov as informational (#17453)

This commit is contained in:
Jirka Borovec 2023-04-24 15:18:32 +02:00 committed by GitHub
parent d9b4ebd726
commit e38e2cccd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ coverage:
# https://codecov.readme.io/v1.0/docs/commit-status
project:
default:
informational: true
target: 99% # specify the target coverage for each commit status
threshold: 30% # allow this little decrease on project
# https://github.com/codecov/support/wiki/Filtering-Branches
@ -44,6 +45,7 @@ coverage:
# https://github.com/codecov/support/wiki/Patch-Status
patch:
default:
informational: true
target: 50% # specify the target "X%" coverage to hit
threshold: 5% # allow this much decrease on patch
changes: false