akhitmi opened a new pull request, #196: URL: https://github.com/apache/commons-email/pull/196
This pull request aims to enhance the code coverage and mutation testing of the project using JaCoCo for code coverage and PiTest for mutation testing. **Changes Made:** JaCoCo Integration: Added JaCoCo plugin to the Maven build configuration (pom.xml). Configured JaCoCo to generate code coverage reports. Added execution of tests with coverage measurement. Included JaCoCo reports in the build pipeline. PiTest Integration: Integrated PiTest into the build process. Configured PiTest to perform mutation testing on the codebase. Set up PiTest to generate mutation coverage reports. Integrated PiTest reports into the build pipeline. Code Modifications: Updated tests to improve code coverage. Fixed identified gaps in test cases. Refactored code for better testability in some areas. **Added/Modified Files:** .gitignore   pom.xml (Modified for JaCoCo and PiTest configuration) Test files (Updated/Added for improved coverage) -- 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]
