Unverified Commit 7a27732e authored by Yifan Xiong's avatar Yifan Xiong Committed by GitHub
Browse files

CI/CD - Fix codecov status issue (#426)

Fix codecov status issue due to service upgrade.
parent 12c48627
...@@ -3,7 +3,7 @@ codecov: ...@@ -3,7 +3,7 @@ codecov:
flag_management: flag_management:
default_rules: default_rules:
carryforward: false carryforward: true
paths: paths:
- superbench/ - superbench/
...@@ -17,9 +17,6 @@ coverage: ...@@ -17,9 +17,6 @@ coverage:
- cpu-python3.6-unit-test - cpu-python3.6-unit-test
- cpu-python3.7-unit-test - cpu-python3.7-unit-test
- cuda-unit-test - cuda-unit-test
branches:
- main
- release/*
patch: patch:
default: default:
target: 80% target: 80%
...@@ -28,6 +25,3 @@ coverage: ...@@ -28,6 +25,3 @@ coverage:
- cpu-python3.6-unit-test - cpu-python3.6-unit-test
- cpu-python3.7-unit-test - cpu-python3.7-unit-test
- cuda-unit-test - cuda-unit-test
branches:
- main
- release/*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment