Skip to content

Commit

Permalink
Switch JaCoCo code coverage report generation to package phase (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Net-burst authored Aug 14, 2024
1 parent b585404 commit 99bd7bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<wiremock.version>3.3.1</wiremock.version>
<checkstyle-plugin.version>3.3.0</checkstyle-plugin.version>
<checkstyle.version>10.12.1</checkstyle.version>
<jacoco-plugin.version>0.8.10</jacoco-plugin.version>
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
<awaitility.version>4.2.0</awaitility.version>
<resilience4j.version>2.1.0</resilience4j.version>
<log4j2.version>2.20.0</log4j2.version>
Expand Down Expand Up @@ -492,13 +492,14 @@
</configuration>
<executions>
<execution>
<id>prepare-agent</id>
<id>before-unit-test-execution</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<id>after-unit-test-execution</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
Expand Down

0 comments on commit 99bd7bb

Please sign in to comment.