From 848ec2e87bd69decdb19bc897a7798d9f216724a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 17 May 2020 09:24:16 +0200 Subject: tools/codecov.yml: fix format Merge 2 coverage sections. --- codecov.yml | 21 +++++++++++++++++++++ tools/codecov.yml | 16 ---------------- 2 files changed, 21 insertions(+), 16 deletions(-) create mode 100644 codecov.yml delete mode 100644 tools/codecov.yml 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/::" diff --git a/tools/codecov.yml b/tools/codecov.yml deleted file mode 100644 index bc15fc8ec..000000000 --- a/tools/codecov.yml +++ /dev/null @@ -1,16 +0,0 @@ -# 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 @tools/codecov.yml https://codecov.io/validate - -coverage: - precision: 0 - round: nearest - range: "50...75" - -coverage: - status: - project: - default: - threshold: 1% -- cgit mrf-deployment