-
Story
-
Resolution: Duplicate
-
Major
-
None
-
None
-
3
-
NEW
-
NEW
Introduce tooling for code coverage checking. Three basic use cases:
1) provide a report as a result of a CI build
2) make it possible to run the report manually
3) fail the build if coverage drops under certain level (let's start with the current level)
Possible tools:
- JaCoCo (line coverage, break coverage)
- Pitest (mutation coverage)
- duplicates
-
PLANNER-1292 Configure sonarcloud for OptaWeb Employee Rostering
- Resolved