Skip to content

Commit

Permalink
Remove Example Configuration titles from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwyka authored Dec 6, 2021
1 parent 3560b56 commit 01c5a6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/tests-with-coverage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ WARNING: Sharing the same value for `quarkus.test.arg-line` might break integrat

You can set thresholds for code coverage using the Jacoco Maven plugin. Note the element `<dataFile>${project.build.directory}/jacoco-quarkus.exec</dataFile>`. You must set it matching your choice for `quarkus.jacoco.data-file`.

.Example Configuration
[source, xml]
----
<build>
Expand Down Expand Up @@ -406,7 +405,6 @@ You can set thresholds for code coverage using the Jacoco Maven plugin. Note the

If you are using Gradle, add this to your `build.gradle`:

.Example Configuration
[source, gradle]
----
jacocoTestCoverageVerification {
Expand Down

0 comments on commit 01c5a6f

Please sign in to comment.