summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 5a432480a6949461d1500ec9c1003fa0e0d0aa74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
coverage:
  status:
    project:
      default:
        target: 0%
    patch:
      default:
        target: 0%
  ignore:
  - hooks/.*
  - ci/.*
  - docs/.*

comment: false