Skip to content

Commit

Permalink
chore: update to coverage Jenkins plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Dec 7, 2024
1 parent bfbb30c commit 680ca22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
<project.build.outputTimestamp>2022-03-22T23:08:15Z</project.build.outputTimestamp>
<jacoco.skip>true</jacoco.skip>
<jacocoOutputFile>${root.dir}/target/jacoco.exec</jacocoOutputFile>
<!--suppress CheckTagEmptyBody -->
<surefire.argLine></surefire.argLine>
<!--suppress CheckTagEmptyBody -->
Expand Down Expand Up @@ -684,7 +685,9 @@
<exclude>org/apache/shiro/**/Deployments</exclude>
</excludes>
<propertyName>jacocoAgent</propertyName>
<classDumpDir>${project.build.directory}/classes-jacoco</classDumpDir>
<destFile>${jacocoOutputFile}</destFile>
<dataFile>${jacocoOutputFile}</dataFile>
<classDumpDir>${root.dir}/target/classes</classDumpDir>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 680ca22

Please sign in to comment.