aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 0d2e1a9e31047b64cbc829ce52b3758e766c04ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
comment: false

coverage:
  range: "40...100"
  precision: 1
  status:
    patch:
      default:
        informational: true
    project:
      default:
        informational: true

github_checks:
  annotations: false

ignore:
  - "**.pb.go"
  - "**_mocked.go"
  - "**/mocks/*"