Skip to content

Commit

Permalink
Replace coveralls coberturaReports configuration with jacocoReports
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Oct 3, 2022
1 parent ebd5a81 commit 6bb7564
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018-2021 Steinar Bang -->
<!-- Copyright 2018-2022 Steinar Bang -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
Expand Down Expand Up @@ -231,9 +231,9 @@
</dependency>
</dependencies>
<configuration>
<coberturaReports>
<jacocoReports>
<jacocoReport>${project.basedir}/jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml</jacocoReport>
</coberturaReports>
</jacocoReports>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6bb7564

Please sign in to comment.