summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 1474fc5bfd634a3a9e1e35e86576dd8b4e8cf00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 2%
    patch:
      default:
        target: 85%
        threshold: 2%
ignore:
  - 'tests/*'
  - 'examples/*'
  - 'doc/*'
  - 'setup.py'