Skip to content

Commit

Permalink
Merge pull request #55 from eclipse/feature/aggregate_coverage
Browse files Browse the repository at this point in the history
Employ test coverage analysis tool #16
  • Loading branch information
ruspl-afed authored Nov 24, 2019
2 parents fdecbff + 0c0a46e commit 1ad0f5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions releng/org.eclipse.passage.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,11 @@
<properties>
<!-- Since we append output of various tests, write to a common folder besides tests -->
<!-- it's recommended to override that to an absolute value in specific Jenkins configurations and Sonar integration -->
<!--
<jacoco.destFile>${project.basedir}/../target/jacoco.exec</jacoco.destFile>
<jacoco.dataFile>${jacoco.destFile}</jacoco.dataFile>
<sonar.jacoco.reportPath>${jacoco.destFile}</sonar.jacoco.reportPath>
-->
</properties>
<build>
<plugins>
Expand All @@ -330,10 +332,10 @@
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<id>report-aggregate</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 1ad0f5b

Please sign in to comment.