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`.