Add Test coverage

This commit is contained in:
小海
2019-12-04 11:35:42 +08:00
parent d9aac0fbd8
commit 900d84b15e
2 changed files with 21 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ test:
stage: test
script:
- cp "$APP_TEST" ./src/main/resources/application-test.properties
- mvn test
- mvn clean test && cat target/site/jacoco/index.html
deploy:
stage: deploy