Skip to content
Snippets Groups Projects
Commit 6d865ebe authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add grep

parent cb1f6e61
No related branches found
No related tags found
1 merge request!201Test Coverage Badge
...@@ -101,7 +101,7 @@ Unit Tests: ...@@ -101,7 +101,7 @@ Unit Tests:
when: manual when: manual
script: script:
- ./gradlew check; - ./gradlew check;
- cat ${JACOCO_HTML_DIR}/index.html; - cat ${JACOCO_HTML_DIR}/index.html | grep -o '<tfoot>.*</tfoot>'
stage: build stage: build
#### ####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment