Skip to content

Commit

Permalink
Use default property for the jacoco agent (#154)
Browse files Browse the repository at this point in the history
Always append jacoco execution reports because of multiple m-surefire-p
executions (which may all contribute to the coverage)
  • Loading branch information
kwin committed Jun 4, 2024
1 parent 273534f commit b848262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,11 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<configuration>
<propertyName>jacoco.argLine</propertyName>
<excludes>
<exclude>**/asm/*</exclude>
<exclude>Incomplete*</exclude>
</excludes>
<append>true</append>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit b848262

Please sign in to comment.