summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
blob: 9efc6c6516b979707d2b5a4de8e9e8d91c6427d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ignore:
  - "vendor/"
  - "sample_files/"

coverage:
  range: 40...60
  status:
    patch: off
    project:
      default:
        informational: true

# Don't leave comments on PRs
comment: false