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

View File

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