github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/.github/codecov.yml (about) 1 # Copyright 2020 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 # See https://docs.codecov.io/docs/codecovyml-reference 5 # Validate with curl --data-binary @codecov.yml https://codecov.io/validate 6 7 codecov: 8 require_ci_to_pass: no 9 10 coverage: 11 precision: 1 12 round: nearest 13 range: "50...75" 14 status: 15 project: 16 default: 17 informational: true 18 threshold: 100% 19 target: 0% 20 patch: 21 default: 22 informational: true 23 threshold: 100% 24 target: 0% 25 26 comment: 27 layout: "files" 28 after_n_builds: 2 29 30 github_checks: 31 annotations: false 32 33 fixes: 34 - "gopath/src/github.com/google/syzkaller/::"