mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
848ec2e87b
Merge 2 coverage sections.
22 lines
530 B
YAML
22 lines
530 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:
|
|
target: 50%
|
|
threshold: 0.1%
|
|
|
|
fixes:
|
|
- "gopath/src/github.com/google/syzkaller/::"
|