User Story
Essential components
Story
As a Maintainer
I want a working test coverage evaluation as part of the build process
so that measures of the adequacy of tests for the code base is evaluated.
Acceptance Criteria
- Test coverage metric evaluation is available in the automated build process that measures the amount of coverage the tests have over source code.
Scenario 1
Given ant coverage command has been executed,
when viewing the associated report
then accurate test coverage evaluation is displayed.
Supporting Information
Test coverage is no longer evaluated. This appears to be a consequence of changes in test classes made to migrate from JUnit 5 Vintage to JUnit 5 Jupiter resulting in the Jacoco tool evaluation no longer working as intended.
Dependencies
Depends On
Dependents
User Story
Essential components
Story
As a Maintainer
I want a working test coverage evaluation as part of the build process
so that measures of the adequacy of tests for the code base is evaluated.
Acceptance Criteria
Scenario 1
Given
ant coveragecommand has been executed,when viewing the associated report
then accurate test coverage evaluation is displayed.
Supporting Information
Test coverage is no longer evaluated. This appears to be a consequence of changes in test classes made to migrate from JUnit 5 Vintage to JUnit 5 Jupiter resulting in the Jacoco tool evaluation no longer working as intended.
Dependencies
Depends On
Dependents