syzkaller/codecov.yml
Dmitry Vyukov bed103955b 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.
2020-07-01 22:57:25 +02:00

32 lines
702 B
YAML

# Copyright 2020 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# See https://docs.codecov.io/docs/codecovyml-reference
# Validate with curl --data-binary @codecov.yml https://codecov.io/validate
codecov:
require_ci_to_pass: no
coverage:
precision: 1
round: nearest
range: "50...75"
status:
project:
default:
informational: true
threshold: 100%
target: 0%
patch:
default:
informational: true
threshold: 100%
target: 0%
comment:
layout: "files"
after_n_builds: 2
fixes:
- "gopath/src/github.com/google/syzkaller/::"