We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6694b commit d5a75d0Copy full SHA for d5a75d0
.github/workflows/_unit_test_coverage.yml
@@ -128,7 +128,7 @@ jobs:
128
push_file=$(realpath bos_tools.py)
129
python -m pip install bce-python-sdk==0.9.29
130
diff_cov_file="diff_coverage.xml"
131
- diff_cov_file="python_coverage_all.xml"
+ # diff_cov_file="python_coverage_all.xml"
132
if [ -f ${diff_cov_file} ];then
133
python ${push_file} ${diff_cov_file} ${target_path}
134
target_path_stripped="${target_path#paddle-github-action/}"
0 commit comments