Skip to content

Commit 61531d5

Browse files
committed
fix ci (#3141)
1 parent afdc629 commit 61531d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_unit_test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
fi
141141
diff_cov_result_json="diff_coverage.json"
142142
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
144144
target_path_stripped="${target_path#paddle-github-action/}"
145145
DIFF_COV_JSON_URL=https://paddle-github-action.bj.bcebos.com/${target_path_stripped}/CoverageData/${diff_cov_result_json}
146146
echo "diff_cov_result_json_url=${DIFF_COV_JSON_URL}" >> $GITHUB_OUTPUT

scripts/coverage_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run_path="$DIR/../test/"
66
cd ${run_path}
77
ls
88

9-
exclude=("ci_use")
9+
exclude=("ci_use" "ce")
1010
for d in */ ; do
1111
dir_name="${d%/}"
1212
if [[ -d "$dir_name" ]]; then

0 commit comments

Comments
 (0)