This commit is contained in:
YUNSHEN XIE
2025-08-01 17:42:26 +08:00
committed by GitHub
parent 50db0d7ba9
commit bdb83e007d
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ jobs:
fi
diff_cov_result_json="diff_coverage.json"
if [ -f ${diff_cov_result_json} ];then
python ${push_file} ${diff_cov_file} ${target_path}/CoverageData
python ${push_file} ${diff_cov_result_json} ${target_path}/CoverageData
target_path_stripped="${target_path#paddle-github-action/}"
DIFF_COV_JSON_URL=https://paddle-github-action.bj.bcebos.com/${target_path_stripped}/CoverageData/${diff_cov_result_json}
echo "diff_cov_result_json_url=${DIFF_COV_JSON_URL}" >> $GITHUB_OUTPUT

View File

@@ -6,7 +6,7 @@ run_path="$DIR/../test/"
cd ${run_path}
ls
exclude=("ci_use")
exclude=("ci_use" "ce")
for d in */ ; do
dir_name="${d%/}"
if [[ -d "$dir_name" ]]; then