summaryrefslogtreecommitdiffstats
path: root/codecov.yml
blob: e833744d9d6096777fdc6e609bb562f9b8ce3b5b (plain)
1
2
3
4
5
6
7
8
9
coverage:
  status:
    project:
      default:
        target: auto # auto compares coverage to the previous base commit
        threshold: 1%
    patch:
      default:
        target: 50%