Mentions légales du service

Skip to content
Snippets Groups Projects

Enable the official Gitlab - Sonarqube integration

Merged PRUVOST Florent requested to merge fpruvost/vite:sonarqube into master
All threads resolved!
5 files
+ 4
80
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
0
@@ -17,6 +17,8 @@ sonarqube:
needs: [build]
script:
- ${CI_PROJECT_DIR}/tools/analysis.sh
variables:
GIT_DEPTH: "0"
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
expire_in: 180 minutes
Loading