2021-04-13 11:25:35 +03:00
|
|
|
codecov:
|
|
|
|
require_ci_to_pass: yes
|
|
|
|
|
|
|
|
flag_management:
|
|
|
|
default_rules:
|
2022-10-27 12:41:06 +03:00
|
|
|
carryforward: true
|
2021-04-13 11:25:35 +03:00
|
|
|
paths:
|
|
|
|
- superbench/
|
|
|
|
|
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
target: 80%
|
|
|
|
threshold: 1%
|
|
|
|
flags:
|
2022-10-18 07:30:59 +03:00
|
|
|
- cpu-python3.6-unit-test
|
|
|
|
- cpu-python3.7-unit-test
|
2021-04-13 11:25:35 +03:00
|
|
|
- cuda-unit-test
|
2023-07-05 11:56:21 +03:00
|
|
|
- directx-unit-test
|
2021-04-13 11:25:35 +03:00
|
|
|
patch:
|
|
|
|
default:
|
|
|
|
target: 80%
|
|
|
|
threshold: 1%
|
|
|
|
flags:
|
2022-10-18 07:30:59 +03:00
|
|
|
- cpu-python3.6-unit-test
|
|
|
|
- cpu-python3.7-unit-test
|
2021-04-13 11:25:35 +03:00
|
|
|
- cuda-unit-test
|
2023-07-05 11:56:21 +03:00
|
|
|
- directx-unit-test
|