summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 1782e78ff9bd772a20d22dfecbccdd4b507f1c2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
coverage:
  precision: 2
  round: nearest
  range: 60...90
  status:
    project:
      default: true
      llnl:
        threshold: 0.5
        paths:
          - lib/spack/llnl
      commands:
        threshold: 0.5
        paths:
          - lib/spack/spack/cmd
      core:
        threshold: 0.5
        paths:
          - "!lib/spack/llnl"
          - "!lib/spack/spack/cmd"

ignore:
  - lib/spack/spack/test/.*
  - lib/spack/env/.*
  - lib/spack/docs/.*
  - lib/spack/external/.*

comment: off