Skip to content

Commit

Permalink
chore: Exclude mapper folder from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Oct 17, 2024
1 parent becb726 commit c30e653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
sonar_token: ${{ secrets.SONAR_TOKEN }}
project_key: ${{env.PROJECT_KEY}}
coverage_exclusions: "**/config/*,**/*Mock*,**/model/**,**/entity/*,**/exception/*"
coverage_exclusions: "**/config/*,**/*Mock*,**/model/**,**/entity/*,**/exception/**","**/mapper/**"
cpd_exclusions: "**/model/**,**/entity/*"
java_version: 17

Expand Down

0 comments on commit c30e653

Please sign in to comment.