Skip to content

Commit 468a184

Browse files
authored
Merge pull request #54 from screwdriver-cd/tkyi-patch-1
fix: Add SonarQube coverage
2 parents 29f214f + 84d61cd commit 468a184

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

screwdriver.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ shared:
33

44
jobs:
55
main:
6+
environment:
7+
SD_SONAR_OPTS: "-Dsonar.sources=index.js -Dsonar.javascript.lcov.reportPath=artifacts/coverage/lcov.info"
68
requires: [~pr, ~commit]
79
steps:
810
- install: npm install

0 commit comments

Comments
 (0)