diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 0f050b0..c6de7df 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -43,4 +43,4 @@ jobs: -Dsonar.projectKey=${{ secrets.SONAR_PROJECT }} -Dsonar.sonar.sourceEncoding=UTF-8 -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info - -Dsonar.coverage.exclusions=**/storage/**,**/**.config.js,**/*.test.tsx + -Dsonar.coverage.exclusions=**/storage/**,**/**.config.js,**/*.test.tsx, **/icons,