We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c9732 commit d0b61e1Copy full SHA for d0b61e1
1 file changed
sonar-project.properties
@@ -13,22 +13,14 @@ sonar.exclusions= \
13
src/setupTests.ts, \
14
src/playwright/**/*.spec.ts
15
16
-sonar.coverage.exclusions= \
17
- **/*.stories.js, \
18
- **/*.stories.ts, \
19
- **/*.stories.jsx, \
20
- **/*.stories.tsx, \
21
- src/index.js, \
22
- src/index.jsx, \
23
- src/index.ts, \
24
- src/index.tsx, \
25
- src/serviceWorker.js, \
26
- src/serviceWorker.ts
27
-
28
sonar.test.inclusions= \
29
- **/__tests__/**/*, \
+ **/__tests__/**/*, \
30
**/*.test.js, \
31
**/*.test.ts, \
32
**/*.test.jsx, \
33
**/*.test.tsx, \
34
+
+sonar.coverage.exclusions= \
+ src/index.tsx, \
+ src/serviceWorker.ts
0 commit comments