diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-17 09:24:16 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-18 11:34:42 +0200 |
| commit | 848ec2e87bd69decdb19bc897a7798d9f216724a (patch) | |
| tree | 7e8050289300fa6a8f2c306520b6463e88b7487d /codecov.yml | |
| parent | 70100a5440db6b1837227a15a88a23ef36707514 (diff) | |
tools/codecov.yml: fix format
Merge 2 coverage sections.
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..81c3d5131 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,21 @@ +# 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/::" |
