This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new b804c4107c3 Refactor : refactor the exclude jacoco exec files (#33344)
b804c4107c3 is described below
commit b804c4107c3ce641224b2f27ba9c87ed46f8abd6
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Oct 22 12:59:34 2024 +0800
Refactor : refactor the exclude jacoco exec files (#33344)
---
.../resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
b/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
index 0f3cd20a92f..4751b4bb6a8 100755
---
a/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
+++
b/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
@@ -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"