summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 448ddf1e9293c9a5b76fa41c6b604e16c62983fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
codecov:
  ci:
    - !appveyor
coverage:
  status:
    project:
      default:
        # Require 1% coverage, i.e., always succeed
        target: 1
comment: off

ignore:
  - "**/setup.py"