aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
blob: 533fc78948c7eb20afcb39f6811871cc2f25e256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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%

comment:
  layout: "files"
  after_n_builds: 2

fixes:
  - "gopath/src/github.com/google/syzkaller/::"