summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: ef2e1eabfb4b952e73753dfa36cee58d2cc9f3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
comment: off

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