Mise à jour de '.drone.yml'
continuous-integration/drone/push Build was killed Details

master
Arthur VALIN 2 years ago
parent 9cb48ae823
commit cdec1f3277

@ -9,7 +9,7 @@ steps:
commands: commands:
- cd src - cd src
- npm install - npm install
- npm run test - npm run test && rm -rf ./test/coverage/lcov-report
- 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
secrets: [ SONAR_TOKEN ] secrets: [ SONAR_TOKEN ]

Loading…
Cancel
Save