diff --git a/screwdriver.yaml b/screwdriver.yaml index db35f6d..85e07a3 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -3,6 +3,8 @@ shared: jobs: main: + environment: + SD_SONAR_OPTS: "-Dsonar.sources=index.js -Dsonar.javascript.lcov.reportPath=artifacts/coverage/lcov.info" requires: [~pr, ~commit] steps: - install: npm install