File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
fi
141
141
diff_cov_result_json="diff_coverage.json"
142
142
if [ -f ${diff_cov_result_json} ];then
143
- python ${push_file} ${diff_cov_file } ${target_path}/CoverageData
143
+ python ${push_file} ${diff_cov_result_json } ${target_path}/CoverageData
144
144
target_path_stripped="${target_path#paddle-github-action/}"
145
145
DIFF_COV_JSON_URL=https://paddle-github-action.bj.bcebos.com/${target_path_stripped}/CoverageData/${diff_cov_result_json}
146
146
echo "diff_cov_result_json_url=${DIFF_COV_JSON_URL}" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ run_path="$DIR/../test/"
6
6
cd ${run_path}
7
7
ls
8
8
9
- exclude=(" ci_use" )
9
+ exclude=(" ci_use" " ce " )
10
10
for d in * / ; do
11
11
dir_name=" ${d%/ } "
12
12
if [[ -d " $dir_name " ]]; then
You can’t perform that action at this time.
0 commit comments