Skip to content

Commit

Permalink
fix coverage bug,test=document_fix (#47893)
Browse files Browse the repository at this point in the history
  • Loading branch information
XieYunshen authored Nov 11, 2022
1 parent 21b901c commit 17dffd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/coverage/paddle_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ function gen_full_html_report() {
'/paddle/paddle/fluid/string/*' \
'/paddle/paddle/fluid/eager/*' \
'/paddle/paddle/phi/*' \
'/paddle/paddle/utils/*' \

'/paddle/paddle/utils/*' \
-o coverage-full.tmp \
--rc lcov_branch_coverage=0

Expand All @@ -65,7 +64,6 @@ function gen_full_html_report() {
'/paddle/paddle/fluid/inference/api/demo_ci/*' \
'/paddle/paddle/fluid/eager/tests/*' \
'/paddle/paddle/phi/tests/*' \

-o coverage-full.tmp \
--rc lcov_branch_coverage=0

Expand Down

0 comments on commit 17dffd1

Please sign in to comment.