summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 35584a1884c1207a78afd51e37b199857ec00847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
codecov:
  ci:
    - !appveyor
  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