Skip to content
Snippets Groups Projects

BE: Allow customers to extend or reactivate their trial on gitlab.com [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Merged Qingyu Zhao requested to merge 290278-allow-extend-or-reactivate-trial-on-gitlab-com into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -146,7 +146,7 @@ coverage-jdk11:
@@ -146,7 +146,7 @@ coverage-jdk11:
# 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 chose an existing stage like `deploy`.
stage: visualize
stage: visualize
image: haynes/jacoco2cobertura:1.0.4
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7
script:
script:
# convert report from jacoco to cobertura
# convert report from jacoco to cobertura
- 'python /opt/cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml'
- 'python /opt/cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml'
@@ -186,7 +186,7 @@ coverage-jdk11:
@@ -186,7 +186,7 @@ coverage-jdk11:
# 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 chose an existing stage like `deploy`.
stage: visualize
stage: visualize
image: haynes/jacoco2cobertura:1.0.4
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7
script:
script:
# convert report from jacoco to cobertura
# convert report from jacoco to cobertura
- 'python /opt/cover2cover.py build/jacoco/jacoco.xml src/main/java > build/cobertura.xml'
- 'python /opt/cover2cover.py build/jacoco/jacoco.xml src/main/java > build/cobertura.xml'
Loading