Skip to content

Commit

Permalink
Xml comment in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 authored Apr 16, 2024
1 parent 8c693cd commit 4b1a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/md/java/quarkus/quarkus-coverage-jococo.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ adding this plugin configuration, as described in <https://github.com/quarkusio/
</goals>
<configuration>
<exclClassLoaders>*QuarkusClassLoader</exclClassLoaders>
<destFile>${project.build.directory}/jacoco-quarkus.exec</destFile> ----> this is the fix
<destFile>${project.build.directory}/jacoco-quarkus.exec</destFile> <!-- this is the fix -->
<append>true</append>
</configuration>
</execution>
Expand Down

0 comments on commit 4b1a35e

Please sign in to comment.