From 473fa3456efe08a194b4d8ea982ee4628ab1a2ac Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Wed, 25 Sep 2019 14:12:42 -0400 Subject: [PATCH] Work on adding codecov --- hapi-fhir-base/pom.xml | 11 +++++++++++ hapi-fhir-jpaserver-model/pom.xml | 11 +++++++++++ hapi-fhir-jpaserver-searchparam/pom.xml | 11 +++++++++++ hapi-fhir-jpaserver-subscription/pom.xml | 11 +++++++++++ 4 files changed, 44 insertions(+) diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index d3bfafcee39..37b49886228 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -144,6 +144,17 @@ prepare-agent + + post-integration-test + install + + report + + + ${project.build.directory}/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-report + + diff --git a/hapi-fhir-jpaserver-model/pom.xml b/hapi-fhir-jpaserver-model/pom.xml index d05f0d7e70f..1d16261c260 100644 --- a/hapi-fhir-jpaserver-model/pom.xml +++ b/hapi-fhir-jpaserver-model/pom.xml @@ -159,6 +159,17 @@ prepare-agent + + post-integration-test + install + + report + + + ${project.build.directory}/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-report + + diff --git a/hapi-fhir-jpaserver-searchparam/pom.xml b/hapi-fhir-jpaserver-searchparam/pom.xml index bbe90fcb671..9645baae335 100755 --- a/hapi-fhir-jpaserver-searchparam/pom.xml +++ b/hapi-fhir-jpaserver-searchparam/pom.xml @@ -148,6 +148,17 @@ prepare-agent + + post-integration-test + install + + report + + + ${project.build.directory}/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-report + + diff --git a/hapi-fhir-jpaserver-subscription/pom.xml b/hapi-fhir-jpaserver-subscription/pom.xml index 356a896078c..952f5254128 100644 --- a/hapi-fhir-jpaserver-subscription/pom.xml +++ b/hapi-fhir-jpaserver-subscription/pom.xml @@ -142,6 +142,17 @@ prepare-agent + + post-integration-test + install + + report + + + ${project.build.directory}/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-report + +