Commit b6538e3a authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs/codecoverage_java_example_horizontal_scrollbar' into 'master'

docs: remove horizontal scrollbar from Java codecoverage examples

See merge request gitlab-org/gitlab!43996
parents 9daf1f34 6fba242e
......@@ -97,7 +97,10 @@ test-jdk11:
- target/site/jacoco/jacoco.xml
coverage-jdk11:
stage: visualize # Must be in a stage later than test-jdk11's stage. The visualize stage does not exist by default. Please define it first, or chose an existing stage like deploy.
# Must be in a stage later than test-jdk11's stage.
# The `visualize` stage does not exist by default.
# Please define it first, or chose an existing stage like `deploy`.
stage: visualize
image: haynes/jacoco2cobertura:1.0.3
script:
# convert report from jacoco to cobertura
......@@ -134,7 +137,10 @@ test-jdk11:
- build/jacoco/jacoco.xml
coverage-jdk11:
stage: visualize # Must be in a stage later than test-jdk11's stage. The visualize stage does not exist by default. Please define it first, or chose an existing stage like deploy.
# Must be in a stage later than test-jdk11's stage.
# The `visualize` stage does not exist by default.
# Please define it first, or chose an existing stage like `deploy`.
stage: visualize
image: haynes/jacoco2cobertura:1.0.3
script:
# convert report from jacoco to cobertura
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment