summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: a70b19c39c1c6f9faaf6016b241dccc985486423 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
  precision: 2
  round: nearest
  range: 60...90
  status:
    project:
      default:
        threshold: 0.3%

ignore:
  - lib/spack/spack/test/.*
  - lib/spack/docs/.*
  - lib/spack/external/.*
  - share/spack/qa/.*

comment: off