summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 83884acffadc974f7a18953373db34a40134fee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ignore:
- "**/*_test.go"
- "**/mocks/*.go"
- "test/**/*"
- "vendor/**/*"
coverage:
  status:
    # we've found this not to be useful
    patch: off
    project:
      default:
        # allow test coverage to drop by 2%, assume that it's typically due to CI problems
        threshold: 2