We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce4fda commit b2910d8Copy full SHA for b2910d8
1 file changed
tools/coverage/paddle_coverage.sh
@@ -33,7 +33,7 @@ make install
33
34
cd /paddle/build
35
36
-
+python ${PADDLE_ROOT}/tools/coverage/gcda_clean.py ${GIT_PR_ID} || exit 101
37
lcov --ignore-errors gcov --capture -d ./ -o coverage.info --rc lcov_branch_coverage=0
38
39
0 commit comments