Skip to content

Commit

Permalink
Merge 653a930 into 8177b2e
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 26, 2019
2 parents 8177b2e + 653a930 commit 193d049
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions edelta.parent/pom.xml
Expand Up @@ -22,13 +22,11 @@
<systemProperties></systemProperties>
<additionalTestArgLine></additionalTestArgLine>

<!-- Always refer to the corresponding tests project (if it exists) otherwise
Sonarqube won't be able to collect code coverage. For example, when analyzing
project foo it wouldn't find code coverage information if it doesn't use
foo.tests jacoco.exec. -->
<sonar.jacoco.reportPaths>
../${project.artifactId}.tests/target/jacoco.exec
</sonar.jacoco.reportPaths>
<jacoco-aggregate-report>edelta.tests.report/target/site/jacoco-aggregate/jacoco.xml</jacoco-aggregate-report>

<sonar.coverage.jacoco.xmlReportPaths>
../${jacoco-aggregate-report}
</sonar.coverage.jacoco.xmlReportPaths>

<sonar.exclusions>
**/example/**,
Expand Down Expand Up @@ -517,7 +515,7 @@
<version>4.3.0</version>
<configuration>
<jacocoReports>
<jacocoReport>${project.basedir}/edelta.tests.report/target/site/jacoco-aggregate/jacoco.xml</jacocoReport>
<jacocoReport>${project.basedir}/${jacoco-aggregate-report}</jacocoReport>
</jacocoReports>
</configuration>
</plugin>
Expand Down

0 comments on commit 193d049

Please sign in to comment.