Skip to content

Commit

Permalink
Merge pull request #20573 from fhavel/patch-1
Browse files Browse the repository at this point in the history
Coverage for not-@QuarkusTest tests
  • Loading branch information
stuartwdouglas authored Oct 14, 2021
2 parents 2e8c6a8 + 40b422c commit a2c81ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/tests-with-coverage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,16 @@ In addition to including the `quarkus-jacoco` extension in your pom you will nee
</goals>
<configuration>
<exclClassLoaders>*QuarkusClassLoader</exclClassLoaders> <1>
<destFile>${project.build.directory}/jacoco-quarkus.exec</destFile>
<append>true</append>
</configuration>
</execution>
<execution>
<id>default-prepare-agent-integration</id> <2>
<goals>
<goal>prepare-agent-integration</goal>
<destFile>${project.build.directory}/jacoco-quarkus.exec</destFile>
<append>true</append>
</goals>
<configuration>
<exclClassLoaders>*QuarkusClassLoader</exclClassLoaders>
Expand Down

0 comments on commit a2c81ef

Please sign in to comment.