Skip to content

Commit

Permalink
Update sonarcloud tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1211 committed Feb 20, 2024
1 parent bb75aa0 commit c0eb6c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ stages:
scannerMode: 'CLI'
configMode: 'manual'
cliProjectName: 'User Feedback Store'
cliProjectKey: 'UserFeedbackStore'
cliProjectKey: 'nhsuk-user-feedback-store'
extraProperties: |
sonar.exclusions=$(System.DefaultWorkingDirectory)/dependency-scan-results/**
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.coverage.exclusions=**/*.config.js,**/coverage/**
sonar.exclusions=node_modules/**
sonar.dependencyCheck.htmlReportPath=$(System.DefaultWorkingDirectory)/dependency-scan-results/dependency-check-report.html
sonar.language=js
- script: npm run test
displayName: 'Test'
Expand Down

0 comments on commit c0eb6c2

Please sign in to comment.