Skip to content

Commit

Permalink
[PPANTT-120] chore: Excluded utils folder from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Sep 17, 2024
1 parent 38b2ddd commit b25c285
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/**,**/entities/*"
coverage_exclusions: "**/config/*,**/*Mock*,**/model/**,**/entities/*,**/util/**"
cpd_exclusions: "**/model/**,**/entities/*"
java_version: 17

Expand Down

0 comments on commit b25c285

Please sign in to comment.