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

4
scripts/run_coverage.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "Running tests with code coverage..."
mvn clean test
echo "Coverage report generated in target/site/jacoco/"