.codecov.yml 645 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
          - cpu-python3.7-unit-test
18
19
          - cpu-python3.8-unit-test
          - cpu-python3.10-unit-test
20
          - cuda-unit-test
21
          - directx-unit-test
22
23
24
25
26
    patch:
      default:
        target: 80%
        threshold: 1%
        flags:
27
          - cpu-python3.7-unit-test
28
29
          - cpu-python3.8-unit-test
          - cpu-python3.10-unit-test
30
          - cuda-unit-test
31
          - directx-unit-test