Skip to content

Commit b2910d8

Browse files
authored
fix coverage gcda clean (#62899)
1 parent 8ce4fda commit b2910d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/coverage/paddle_coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ make install
3333

3434
cd /paddle/build
3535

36-
36+
python ${PADDLE_ROOT}/tools/coverage/gcda_clean.py ${GIT_PR_ID} || exit 101
3737
lcov --ignore-errors gcov --capture -d ./ -o coverage.info --rc lcov_branch_coverage=0
3838

3939

0 commit comments

Comments
 (0)