Skip to content

Commit

Permalink
chore(jacoco): merge report
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Dec 7, 2024
1 parent 680ca22 commit 0e409b9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<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 @@ -685,9 +684,15 @@
<exclude>org/apache/shiro/**/Deployments</exclude>
</excludes>
<propertyName>jacocoAgent</propertyName>
<destFile>${jacocoOutputFile}</destFile>
<dataFile>${jacocoOutputFile}</dataFile>
<classDumpDir>${root.dir}/target/classes</classDumpDir>
<fileSets>
<fileSet>
<directory>${project.basedir}</directory>
<includes>
<include>**/*.exec</include>
</includes>
</fileSet>
</fileSets>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 0e409b9

Please sign in to comment.