summaryrefslogtreecommitdiffstats
path: root/infra/bgp-distribution-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bgp-distribution-test/pom.xml')
-rw-r--r--infra/bgp-distribution-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bgp-distribution-test/pom.xml b/infra/bgp-distribution-test/pom.xml
index 8401c88bb..422479a9b 100644
--- a/infra/bgp-distribution-test/pom.xml
+++ b/infra/bgp-distribution-test/pom.xml
@@ -65,7 +65,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>