summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: d92d54c9d80633b4425a4763eb4166fb1946f91c (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: false
    changes: false
comment: off