summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 7b798e2c4ac45e54581fba684208567a0acfc2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
comment: false

github_checks:
  annotations: false

coverage:
  status:
    patch: false
    # project will give us the diff in the total code coverage between a commit
    # and its parent
    project:
      default:
        target: auto
        threshold: "15%"
    changes: false

ignore:
  - "vendor/**/*"