Skip to content

Commit

Permalink
Refactor : refactor the exclude jacoco exec files (#33344)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Oct 22, 2024
1 parent 016f2e4 commit b804c41
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ done
# delete useless packages or files to avoid useless packages analysis
# delete the build/libs/groovy.jar file, this will include useless packages
find . -type f -regex '.*/groovy.jar' -exec rm -f {} +
find . -type d -regex '.*/parser/autogen/*' -exec rm -rf {} +
find . -type d -regex '.*/src/main/templates/*' -exec rm -rf {} +
find . -type d -regex '.*/autogen/*' -exec rm -rf {} +

echo "Copy Success, the compilation merge output folder is located at: $classOutPutDir"
echo "Start generating overall coverage reports"
Expand Down

0 comments on commit b804c41

Please sign in to comment.