setup coverate report generation

This commit is contained in:
2025-12-05 18:20:51 +01:00
parent c5c602d599
commit f9cbb1b596
12 changed files with 1142 additions and 387 deletions

View File

@ -12,6 +12,8 @@ services:
# Mount source for live testing during development
- ./src:/app/src:ro
- ./pom.xml:/app/pom.xml:ro
# Mount target directory to access test reports and coverage on host
- ./target:/app/target
# Mount Maven cache to speed up subsequent test runs
- maven-cache:/root/.m2
command: mvn test