.codecov.yml 511 Bytes
Newer Older
1
2
3
4
5
codecov:
  require_ci_to_pass: yes

flag_management:
  default_rules:
6
    carryforward: true
7
8
9
10
11
12
13
14
15
16
    paths:
      - superbench/

coverage:
  status:
    project:
      default:
        target: 80%
        threshold: 1%
        flags:
17
18
          - cpu-python3.6-unit-test
          - cpu-python3.7-unit-test
19
20
21
22
23
24
          - cuda-unit-test
    patch:
      default:
        target: 80%
        threshold: 1%
        flags:
25
26
          - cpu-python3.6-unit-test
          - cpu-python3.7-unit-test
27
          - cuda-unit-test