summaryrefslogtreecommitdiffstats
path: root/codecov.yml
blob: af55497c205a63e1c31cf8ba5f58f7dbd1d021f4 (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: 80%