Skip to content

Commit d5a75d0

Browse files
committed
test
1 parent 9b6694b commit d5a75d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_unit_test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
push_file=$(realpath bos_tools.py)
129129
python -m pip install bce-python-sdk==0.9.29
130130
diff_cov_file="diff_coverage.xml"
131-
diff_cov_file="python_coverage_all.xml"
131+
# diff_cov_file="python_coverage_all.xml"
132132
if [ -f ${diff_cov_file} ];then
133133
python ${push_file} ${diff_cov_file} ${target_path}
134134
target_path_stripped="${target_path#paddle-github-action/}"

0 commit comments

Comments
 (0)