diff options
Diffstat (limited to 'infra/minimal-distribution-test/pom.xml')
-rw-r--r-- | infra/minimal-distribution-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/minimal-distribution-test/pom.xml b/infra/minimal-distribution-test/pom.xml index 4a566a6ad..02cc24598 100644 --- a/infra/minimal-distribution-test/pom.xml +++ b/infra/minimal-distribution-test/pom.xml @@ -104,7 +104,7 @@ <artifactId>jacoco-maven-plugin</artifactId> <configuration> <!-- Include module's tests in IT coverage report --> - <destFile>${sonar.jacoco.itReportPath}</destFile> + <destFile>../../common/honeycomb-parent/target/jacoco-it.exec</destFile> </configuration> </plugin> </plugins> |