You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptance criteria are verifiable and from the perspective of the stakeholder
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 Givenant 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
The text was updated successfully, but these errors were encountered:
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 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
The text was updated successfully, but these errors were encountered: