Add Test Coverage Report and Enforcement #528
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Overview
We need to add test coverage reporting and enforcement to our build process. This will help us maintain and improve code quality by ensuring adequate test coverage across the project.
Goals
Implementation Details
build.gradle
fileSpecific Tasks
build.gradle
to include JaCoCo configurationjacocoTestReport
task for each subprojectjacocoRootReport
task for aggregate reportingjacocoTestCoverageVerification
with appropriate rulesNext Steps
Additional Notes
Resources
The text was updated successfully, but these errors were encountered: