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

master
Arthur VALIN 2 years ago
parent 81750c9058
commit b67882f898

@ -9,7 +9,7 @@ steps:
commands: commands:
- cd src - cd src
- npm install - npm install
- npm run test - npm run test --testResultsProcessor=jest-sonar-reporter
- 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/**/*

Loading…
Cancel
Save