Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from screwdriver-cd/tkyi-patch-1
Browse files Browse the repository at this point in the history
fix: Add SonarQube coverage plugin
  • Loading branch information
minzcmu authored Sep 7, 2018
2 parents 6b8f833 + 377db55 commit 7954c88
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=index.js -Dsonar.javascript.lcov.reportPath=artifacts/coverage/lcov.info"
requires: [ ~pr, ~commit ]
steps:
- install: npm install
Expand Down

0 comments on commit 7954c88

Please sign in to comment.