Skip to content

Commit

Permalink
[PAGOPA-2426] fix: Update code_review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Dec 2, 2024
1 parent 299fd1e commit 7e5ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
sonar_token: ${{ secrets.SONAR_TOKEN }}
project_key: ${{env.PROJECT_KEY}}
coverage_exclusions: "**/config/**,**/*Mock*,**/model/**,**/entity/*,**/util/*"
coverage_exclusions: "**/config/**,**/model/**,**/entity/*"
cpd_exclusions: "**/model/**,**/entity/*"
java_version: 17

Expand Down

0 comments on commit 7e5ff0e

Please sign in to comment.