kuantuna opened a new pull request #16108:
URL: https://github.com/apache/shardingsphere/pull/16108


   Fixes #11580.
   
   Changes proposed in this pull request:
   - This pull request removes the use of the Cobertura plugin from the GitHub 
Actions (by changing the `ci.yml`), because generated code coverage files (by 
Cobertura) are not stored and are deleted as the build finishes.
   - The Cobertura plugin is also used in the `.travis.yml` file, and code 
coverage files (generated by Cobertura) are saved into 
[codecov.io](http://codecov.io/).
   - Replacing 
   `./mvnw -B clean install cobertura:cobertura -Dmaven.javadoc.skip=true 
-Drat.skip=true -Dcheckstyle.skip=true` with 
   `./mvnw -B clean install -Dmaven.javadoc.skip=true -Drat.skip=true 
-Dcheckstyle.skip=true` 
   reduces the build time from 22:52 min to 11:15 min on my Ubuntu PC.
   


-- 
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]


Reply via email to