Skip to content

Commit a20c694

Browse files
chore: update sonar exclusion
1 parent a7ae450 commit a20c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT }}
4444
-Dsonar.sonar.sourceEncoding=UTF-8
4545
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
46-
-Dsonar.coverage.exclusions=**/storage/**,**/**.config.js,**/*.test.tsx,**/icons/**,**/docs/**,**/cli/**,**/__mocks__/**
46+
-Dsonar.coverage.exclusions=**/storage/**,**/**.config.js,**/*.test.tsx,**/icons/**,**/docs/**,**/cli/**,**/__mocks__/**,**/android/**,**/ios/**

0 commit comments

Comments
 (0)