summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 594265c6cfba13b2a792fbf0f4d4a70c258f69bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
comment:
  layout: header, changes, diff, sunburst
coverage:
  status:
    patch:
      default:
        target: 50%
        only_pulls: true
    # 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/*"