From 9026e14289eaf45a00ddddb8730f2092b956d99a Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 10 May 2024 19:32:54 +0200 Subject: ci.yml: move codecov.yml and point it from config --- .github/codecov.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/codecov.yml (limited to '.github/codecov.yml') diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 000000000..649d53c74 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,34 @@ +# 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 + +github_checks: + annotations: false + +fixes: + - "gopath/src/github.com/google/syzkaller/::" -- cgit mrf-deployment