Skip to content

Commit e1fbd80

Browse files
authored
fix: Add SonarQube coverage
Add coverage plugin
1 parent e2bddeb commit e1fbd80

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
steps:
79
- install: npm install
810
- test: npm test

0 commit comments

Comments
 (0)