Skip to content

Commit 670d67f

Browse files
committed
ci: remove dead coverage patterns: Refs: KEH-189
1 parent 63894d8 commit 670d67f

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

sonar-project.properties

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,20 @@ sonar.exclusions= \
1313
**/__snapshots__/*, \
1414
**/*.d.ts
1515

16-
sonar.coverage.exclusions= \
17-
**/*.stories.js, \
18-
**/*.stories.ts, \
19-
**/*.stories.jsx, \
20-
**/*.stories.tsx, \
21-
**/index.js, \
22-
**/index.jsx, \
23-
**/index.ts, \
24-
**/index.tsx
25-
2616
sonar.test.inclusions= \
27-
**/__tests__/**/*, \
17+
**/__tests__/**/*, \
2818
**/*.test.js, \
2919
**/*.test.ts, \
3020
**/*.test.jsx, \
3121
**/*.test.tsx
3222

23+
sonar.coverage.exclusions= \
24+
**/*.stories.tsx, \
25+
**/index.tsx, \
26+
**/index.ts, \
27+
**/index.js, \
28+
**/index.jsx
29+
3330
# Ignore "Refactor this code to not nest functions more than 4 levels deep." in test files,
3431
# because it's mostly raised when describe-functions are used.
3532
#

0 commit comments

Comments
 (0)