diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 937d4fd..10335cc 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -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/*,**/util/*" + coverage_exclusions: "**/config/**,**/model/**,**/entity/*" cpd_exclusions: "**/model/**,**/entity/*" java_version: 17