aboutsummaryrefslogtreecommitdiff
path: root/.github/codecov.yml
blob: cd5ce8fc15e9de5579b178249e6950c38ba6ebe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
  # Hold ourselves to a high bar
  range: 85..100
  round: down
  precision: 1
  status:
    # ref: https://docs.codecov.com/docs/commit-status
    project:
      default:
        # Avoid false negatives
        threshold: 1%

# Test files aren't important for coverage
ignore:
  - "tests"

# Make comments less noisy
comment:
  layout: "files"
  require_changes: true