We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29f214f + 84d61cd commit 468a184Copy full SHA for 468a184
screwdriver.yaml
@@ -3,6 +3,8 @@ shared:
3
4
jobs:
5
main:
6
+ environment:
7
+ SD_SONAR_OPTS: "-Dsonar.sources=index.js -Dsonar.javascript.lcov.reportPath=artifacts/coverage/lcov.info"
8
requires: [~pr, ~commit]
9
steps:
10
- install: npm install
0 commit comments