Skip to content

Commit 50708f0

Browse files
committed
[workflow/test] Updated sonar config
1 parent f4de948 commit 50708f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sonar-project.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
sonar.projectKey=material-elements_react-native-material-elements
22
sonar.organization=material-elements
33

4-
# Exclude test files from analysis
5-
sonar.coverage.exclusions=**/android/**/*.*,**/ios/**/*.*,**/*.test.ts,**/*test.ts,**/*.test.tsx,**/*test.tsx,**/tests/**,**/specs/**,**/*styles.ts,**/consts.ts,**/utils.ts,**/config.js
4+
sonar.sources=src
65

7-
sonar.exclusions=**/android/**/*.*,**/ios/**/*.*
6+
sonar.exclusions=**/node_modules/**, **/*.test.ts, **/*.spec.ts, **/__test__/**, **/examples/**
87

98
sonar.javascript.file.suffixes=.js,.jsx
109
sonar.typescript.file.suffixes=.ts,.tsx

0 commit comments

Comments
 (0)