2020-05-16 05:05:33 +00:00
|
|
|
# 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.
|
|
|
|
|
2020-05-02 11:05:47 +00:00
|
|
|
# See https://docs.codecov.io/docs/codecovyml-reference
|
2020-05-17 07:24:16 +00:00
|
|
|
# Validate with curl --data-binary @codecov.yml https://codecov.io/validate
|
|
|
|
|
|
|
|
codecov:
|
|
|
|
require_ci_to_pass: no
|
2020-05-02 11:05:47 +00:00
|
|
|
|
|
|
|
coverage:
|
2020-05-17 07:24:16 +00:00
|
|
|
precision: 1
|
2020-05-02 11:05:47 +00:00
|
|
|
round: nearest
|
|
|
|
range: "50...75"
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
2020-06-17 15:18:23 +00:00
|
|
|
informational: true
|
2020-07-01 11:55:27 +00:00
|
|
|
threshold: 100%
|
|
|
|
target: 0%
|
2020-07-01 20:56:15 +00:00
|
|
|
patch:
|
|
|
|
default:
|
|
|
|
informational: true
|
|
|
|
threshold: 100%
|
|
|
|
target: 0%
|
2020-05-17 07:24:16 +00:00
|
|
|
|
2020-06-03 09:39:33 +00:00
|
|
|
comment:
|
|
|
|
layout: "files"
|
|
|
|
after_n_builds: 2
|
|
|
|
|
2020-05-17 07:24:16 +00:00
|
|
|
fixes:
|
|
|
|
- "gopath/src/github.com/google/syzkaller/::"
|