build: fix codecov informational config (#13375)

This commit is contained in:
Jesse Yang 2021-03-01 09:39:40 -10:00 committed by GitHub
parent 08183dfe57
commit 8f09c62c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ ignore:
coverage: coverage:
status: status:
project: project:
informational: true
default: default:
informational: true
# Commits pushed to master should not make the overall # Commits pushed to master should not make the overall
# project coverage decrease: # project coverage decrease:
target: auto target: auto
threshold: 0% threshold: 0%
patch: patch:
informational: true
default: default:
informational: true
threshold: 0% threshold: 0%