summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: a05698a39ce61f80c34d78929557f7d7037b12a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
comment:
  layout: "diff"

coverage:
  status:
    project:
      default:
        target: 0  # Target % coverage, can be auto. Turned off for now
        threshold: null
        base: auto
    patch:
      default:
        target: 0
        threshold: null
        base: auto