aboutsummaryrefslogtreecommitdiffstats
path: root/.github/codecov.yml
blob: 649d53c74f48a6726bd4cead4b022b4aba7b3863 (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
26
27
28
29
30
31
32
33
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/::"