summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 4072fa8974af6b9ba39232a880f503d00289f1e4 (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: yes

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

comment: off