Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Arthur VALIN 2 years ago
parent 591c4a4eae
commit 81750c9058

@ -12,7 +12,7 @@ steps:
- npm run test - npm run test
- sonar-scanner -Dsonar.projectKey=Learnihon -Dsonar.sources=. -Dsonar.host.url=$${PLUGIN_SONAR_HOST} - sonar-scanner -Dsonar.projectKey=Learnihon -Dsonar.sources=. -Dsonar.host.url=$${PLUGIN_SONAR_HOST}
-Dsonar.login=$${PLUGIN_SONAR_TOKEN} -Dsonar.javascript.lcov.reportPaths=./test/coverage/lcov.info -Dsonar.login=$${PLUGIN_SONAR_TOKEN} -Dsonar.javascript.lcov.reportPaths=./test/coverage/lcov.info
-Dsonar.exclusions=src./test/coverage/lcov-report/** -Dsonar.exclusions=src./test/coverage/lcov-report/**/*
secrets: [ SONAR_TOKEN ] secrets: [ SONAR_TOKEN ]
settings: settings:
sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_host: https://codefirst.iut.uca.fr/sonar/

Loading…
Cancel
Save