diff --git a/.drone.yml b/.drone.yml index e9fc300..bcee27e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - cd src - npm install - npm run test + - ls ./test - 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.exclusions=./test/coverage/lcov-report/**/*