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

update artifacts

parent 6d865ebe
No related branches found
No related tags found
1 merge request!201Test Coverage Badge
...@@ -82,7 +82,7 @@ Markdown Lint: ...@@ -82,7 +82,7 @@ Markdown Lint:
Unit Tests: Unit Tests:
artifacts: artifacts:
paths: paths:
- ${REPORTS_DIR} - ${JACOCO_HTML_DIR}
reports: reports:
junit: ${JUNIT_FILES} junit: ${JUNIT_FILES}
coverage: '/Total.*?([0-9]{1,3})%/' coverage: '/Total.*?([0-9]{1,3})%/'
...@@ -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 | grep -o '<tfoot>.*</tfoot>' - cat ${JACOCO_HTML_DIR}/index.html;
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