Commit 169cf864 authored by Phil's avatar Phil

Fix typo in test_coverage_visualization.md

parent a10ad670
...@@ -157,7 +157,7 @@ test-jdk11: ...@@ -157,7 +157,7 @@ test-jdk11:
coverage-jdk11: coverage-jdk11:
# Must be in a stage later than test-jdk11's stage. # Must be in a stage later than test-jdk11's stage.
# The `visualize` stage does not exist by default. # The `visualize` stage does not exist by default.
# Please define it first, or chose an existing stage like `deploy`. # Please define it first, or choose an existing stage like `deploy`.
stage: visualize stage: visualize
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7 image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7
script: script:
......
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