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

Remove test coverage

parent bcdd0f72
No related branches found
No related tags found
2 merge requests!109Production Release,!106Swagger Dynamic Enum Values
......@@ -175,17 +175,17 @@ Markdown Lint:
- ./gradlew markdownlint
Unit Tests:
artifacts:
paths:
- ${JACOCO_HTML_DIR}
reports:
junit: ${JUNIT_FILES}
coverage: '/Total.*?([0-9]{1,3})%/'
# artifacts:
# paths:
# - ${JACOCO_HTML_DIR}
# reports:
# junit: ${JUNIT_FILES}
# coverage: '/Total.*?([0-9]{1,3})%/'
extends:
- .java
script:
- ./gradlew check
- cat ${JACOCO_HTML_DIR}/index.html
# - cat ${JACOCO_HTML_DIR}/index.html
YAML Lint:
extends:
......
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