Skip to content

Commit

Permalink
fix: Add SonarQube coverage
Browse files Browse the repository at this point in the history
Add coverage plugin
  • Loading branch information
tkyi committed Sep 7, 2018
1 parent a652efe commit 68525b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ shared:

jobs:
main:
environment:
SD_SONAR_OPTS: "-Dsonar.sources=. -Dsonar.inclusions=*.js -Dsonar.exclusions=test/*,**/node_modules/** -Dsonar.javascript.lcov.reportPath=artifacts/coverage/lcov.info"
steps:
- install: npm install
- test: npm test
Expand Down

0 comments on commit 68525b0

Please sign in to comment.