Activate SonarQube analysis
Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
# Run tests
|
||||
- run:
|
||||
name: Test incl. license verification
|
||||
command: mvn verify license:check --batch-mode
|
||||
command: sh sonarCircleCi.sh
|
||||
|
||||
# Record test results
|
||||
- run: mkdir -p testresults/junit/
|
||||
@@ -45,9 +45,14 @@ jobs:
|
||||
|
||||
- store_test_results:
|
||||
path: testresults/junit/
|
||||
|
||||
- store_artifacts:
|
||||
path: testresults/junit/
|
||||
destination: test-reports
|
||||
|
||||
- store_artifacts:
|
||||
path: pom.xml
|
||||
destination: pom
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user