Objective
Integrate Kover to measure and report unit test coverage across the project.
Scope
- Add the Kover plugin.
- Configure coverage report generation.
- Generate HTML and XML reports.
- Document coverage execution process.
Acceptance Criteria
- Coverage reports can be generated locally.
- Coverage reports can be generated in CI.
- HTML reports are accessible and readable.
- The project builds successfully with Kover enabled.
Benefits
- Improved visibility into test coverage.
- Identification of untested code.
- Better testing strategy decisions.
- Support for long-term code quality initiatives.
Objective
Integrate Kover to measure and report unit test coverage across the project.
Scope
Acceptance Criteria
Benefits