Added jacoco for test coverage
- added jacoco dependency to build.gradle.kts
- new
jacocoReporttask in:backend - extended top level
testtask with a dependency to thejacocoReport
Contributes to https://gitlab.opencode.de/opencode-analyzer/management/-/issues/61
To test this: rerun ./gradlew test. The build folder in app/backend should contain a reports/jacoco folder containing the test coverage.
Further test summary and test coverage are now automatically added to the MR.
Edited by Jan-Niclas Strüwer