File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,15 @@ sonar.exclusions = \
1616 src/setupTests.ts, \
1717 src/domain/api/generatedTypes/**
1818
19+ sonar.test.inclusions = \
20+ **/__tests__/**/*, \
21+ **/*.test.js, \
22+ **/*.test.ts, \
23+ **/*.test.jsx, \
24+ **/*.test.tsx
25+
1926sonar.coverage.exclusions = \
20- **/*.stories.js, \
21- **/*.stories.ts, \
22- **/*.stories.jsx, \
23- **/*.stories.tsx, \
24- src/index.js, \
25- src/index.jsx, \
26- src/index.ts, \
2727 src/index.tsx, \
28- src/serviceWorker.js, \
2928 src/serviceWorker.ts, \
3029 src/domain/children/api/ChildApi.ts, \
3130 src/domain/dashboard/api.ts, \
@@ -39,10 +38,3 @@ sonar.coverage.exclusions = \
3938 src/domain/venues/api/VenueApi.ts, \
4039 **/mutations/**, \
4140 **/queries/**
42-
43- sonar.test.inclusions = \
44- **/__tests__/**/*, \
45- **/*.test.js, \
46- **/*.test.ts, \
47- **/*.test.jsx, \
48- **/*.test.tsx
You can’t perform that action at this time.
0 commit comments