Skip to content
Snippets Groups Projects
Commit 17db9f54 authored by Carl Mai's avatar Carl Mai
Browse files

add coverage output - based on echo and random ;-)

parent 4f3abf2c
Branches
Tags
No related merge requests found
...@@ -86,6 +86,7 @@ test_simple: ...@@ -86,6 +86,7 @@ test_simple:
script: script:
- docker pull $CONTAINER_TEST_IMAGE - docker pull $CONTAINER_TEST_IMAGE
- docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-simple:test - docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew --no-daemon jastadd-mquat-solver-simple:test
- echo 'Total</td><td class="bar">47 of 548</td><td class="ctr2">'$(( ( RANDOM % 100 ) + 1 ))'%'
release-image: release-image:
stage: release stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment