AkaLrz opened a new pull request, #32396: URL: https://github.com/apache/shardingsphere/pull/32396
Fixes #31940 Changes proposed in this pull request: - Added JaCoCo plugin to the pom.xml - Fixed issue with JaCoCo report aggregation using a shell script - Successfully connected Codecov - Created a new CI pipeline to automatically aggregate reports and upload them to Codecov Important Notes for This PR: - Encountered an issue with codecov/codecov-action@v4. Successfully resolved it by using codecov/codecov-action@v3 and JaCoCo 0.8.8. - JaCoCo requires JDK 8 to build the exec file. Using JDK 11 or higher results in a significant decrease in the exec file size (from 154 to around 30). The root cause is still unknown, but JDK 8 works successfully in the CI pipeline. - Added exclusions for Groovy in the exec file using the Exclude parameter. --- Before committing this PR, I'm sure that I have checked the following options: - [ ] My code follows the [code of conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/) of this project. - [ ] I have self-reviewed the commit code. - [ ] I have (or in comment I request) added corresponding labels for the pull request. - [ ] I have passed maven check locally : `./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`. - [ ] I have made corresponding changes to the documentation. - [ ] I have added corresponding unit tests for my changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
