mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 03:19:51 +00:00
bed103955b
We are still getting nacks from codecov on PRs after the previous commit. Try to add patch section to prevent failures.
32 lines
702 B
YAML
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/::"
|