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:
Unit Tests:
artifacts:
paths:
- ${REPORTS_DIR}
- ${JACOCO_HTML_DIR}
reports:
junit: ${JUNIT_FILES}
coverage: '/Total.*?([0-9]{1,3})%/'
......@@ -101,7 +101,7 @@ Unit Tests:
when: manual
script:
- ./gradlew check;
- cat ${JACOCO_HTML_DIR}/index.html | grep -o '<tfoot>.*</tfoot>'
- cat ${JACOCO_HTML_DIR}/index.html;
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