summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 8c19f9e8ee587970ce58243a07fb321ab3a0ac4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
codecov:
  notify:
    require_ci_to_pass: no
    after_n_builds: 1
coverage:
  status:
    project:
      default:
        # Require 1% coverage, i.e., always succeed
        target: 1
    patch: true
    changes: false
comment: off