Skip to content

Commit

Permalink
[PPANTT-206] chore: Excluded ApplicationTest.java from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Nov 26, 2024
1 parent fea4ca8 commit 7d4868f
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 @@ -39,6 +39,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
sonar_token: ${{ secrets.SONAR_TOKEN }}
project_key: ${{env.PROJECT_KEY}}
coverage_exclusions: "**/config/*,**/*Mock*,**/model/**,**/entity/**,**/producer/**,**/consumer/**,**/enumeration/**,**/exception/**,**/controller/**,src/Application.java"
coverage_exclusions: "**/config/*,**/*Mock*,**/model/**,**/entity/**,**/producer/**,**/consumer/**,**/enumeration/**,**/exception/**,**/controller/**,**/Application.java"
cpd_exclusions: "**/models/**,**/entity/*"
java_version: 17

0 comments on commit 7d4868f

Please sign in to comment.