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.
1 parent e2bddeb commit e1fbd80Copy full SHA for e1fbd80
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
steps:
9
- install: npm install
10
- test: npm test
0 commit comments