Skip to content

Commit

Permalink
Update code-review-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jun 27, 2022
1 parent 5313608 commit 75422a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ steps:
extraProperties: |
sonar.projectKey=$(SONARCLOUD_PROJECT_KEY)
sonar.projectName=$(SONARCLOUD_PROJECT_NAME)
sonar.coverage.exclusions=**/config/*,**/*Mock*,**/model/**,**/entity/*
sonar.cpd.exclusions=**/model/**,**/entity/*
- task: Maven@3
inputs:
Expand Down

0 comments on commit 75422a9

Please sign in to comment.