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: ...@@ -175,17 +175,17 @@ Markdown Lint:
- ./gradlew markdownlint - ./gradlew markdownlint
Unit Tests: Unit Tests:
artifacts: # artifacts:
paths: # paths:
- ${JACOCO_HTML_DIR} # - ${JACOCO_HTML_DIR}
reports: # reports:
junit: ${JUNIT_FILES} # junit: ${JUNIT_FILES}
coverage: '/Total.*?([0-9]{1,3})%/' # coverage: '/Total.*?([0-9]{1,3})%/'
extends: extends:
- .java - .java
script: script:
- ./gradlew check - ./gradlew check
- cat ${JACOCO_HTML_DIR}/index.html # - cat ${JACOCO_HTML_DIR}/index.html
YAML Lint: YAML Lint:
extends: 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