codecov.yml: suppress coverage errors even more

We are still getting nacks from codecov on PRs after the previous commit.
Try to add patch section to prevent failures.
This commit is contained in:
Dmitry Vyukov 2020-07-01 22:56:15 +02:00
parent 695ef2ddb2
commit bed103955b

View File

@ -17,6 +17,11 @@ coverage:
informational: true
threshold: 100%
target: 0%
patch:
default:
informational: true
threshold: 100%
target: 0%
comment:
layout: "files"