Skip to content

Commit

Permalink
excluded util/mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Nov 20, 2024
1 parent e025ba4 commit 39e69da
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/*"
coverage_exclusions: "**/config/*,**/*Mock*,**/model/**,**/entity/*,**/util/mapper/*"
cpd_exclusions: "**/model/**,**/entity/*"
java_version: '17'

Expand Down

0 comments on commit 39e69da

Please sign in to comment.