set codecov as informational (#17453)
This commit is contained in:
parent
d9b4ebd726
commit
e38e2cccd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue