From 01c5a6f023be7776d0215fc9d759ec718553e440 Mon Sep 17 00:00:00 2001 From: Brian Wyka <46069296+brianwyka@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:17:56 -0500 Subject: [PATCH] Remove Example Configuration titles from doc --- docs/src/main/asciidoc/tests-with-coverage.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/main/asciidoc/tests-with-coverage.adoc b/docs/src/main/asciidoc/tests-with-coverage.adoc index 73d9183d53c869..780711dfeb4589 100644 --- a/docs/src/main/asciidoc/tests-with-coverage.adoc +++ b/docs/src/main/asciidoc/tests-with-coverage.adoc @@ -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 `${project.build.directory}/jacoco-quarkus.exec`. You must set it matching your choice for `quarkus.jacoco.data-file`. -.Example Configuration [source, xml] ---- @@ -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 {