diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 78fd1370..0c7b0f48 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -218,6 +218,62 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.13 + + + + com/steadystate/css/parser/SACParserCSS21TokenManager + + + + + unit-tests-agent + + prepare-agent + + + ${project.build.directory}/jacoco-output/jacoco-unit-tests.exec + + + + integration-tests-agent + pre-integration-test + + prepare-agent + + + ${project.build.directory}/jacoco-output/jacoco-integration-tests.exec + + + + merge + post-integration-test + + merge + + + + + ${project.build.directory}/jacoco-output + + *.exec + + + + + + + generate-code-coverage-report + post-integration-test + + report + + + + io.github.git-commit-id git-commit-id-maven-plugin