diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 6306830..3812f6e 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -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 \ No newline at end of file