1. 增加gitlab测试报告

This commit is contained in:
黄昕 2024-03-13 10:30:51 +08:00
parent 9ec34dfaa8
commit a0f408d26e
1 changed files with 7 additions and 2 deletions

View File

@ -51,8 +51,13 @@ integration-test:
when : always
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml
- cs-base/target/surefire-reports/TEST-*.xml
- cs-crypto/target/surefire-reports/TEST-*.xml
- cs-protocol/target/surefire-reports/TEST-*.xml
- cs-database/target/surefire-reports/TEST-*.xml
- cs-authentication/target/surefire-reports/TEST-*.xml
- cs-restful/target/surefire-reports/TEST-*.xml
- cs-integrate-test/target/surefire-reports/TEST-*.xml
dependencies:
- compile