Skip to content

Commit

Permalink
Use jacoco aggregate coverage data with coveralls-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Jul 24, 2020
1 parent 9f29f7e commit e7d3447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<configuration>
<coberturaReports>
<coberturaReport>${basedir}/target/coverage.xml</coberturaReport>
</coberturaReports>
<jacocoReports>
<jacocoReport>${project.basedir}/jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml</jacocoReport>
</jacocoReports>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e7d3447

Please sign in to comment.