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