Test Coverage
RedHatInsights/nxtcm-components | 2026-04-22 16:31
Sample data - real coverage data will appear once CI is configured to upload a
test-coverage-data artifact. This preview shows the dashboard layout with realistic mock data.
85
Total Tests
91.8%
Pass Rate
2
Failing
134.3s
Total Duration
62.3%
Statements
48.7%
Branches
55.1%
Functions
63.8%
Lines
Coverage Trend
Unit Tests 44/47 passed
src/components/Sidebar/Sidebar.test.tsx
8✓
1.2s
src/components/Header/Header.test.tsx
5✓
890ms
src/hooks/useFeatureFlags.test.ts
6✓
340ms
src/utils/formatters.test.ts
11✓
1✗
210ms
src/store/notifications.test.ts
4✓
180ms
src/components/Table/Table.test.tsx
7✓
1.5s
src/api/client.test.ts
3✓
2⊘
420ms
Component Tests 21/23 passed
Sidebar.ct.tsx
4✓
4.2s
Header.ct.tsx
3✓
2.8s
Table.ct.tsx
5✓
1⊘
8.4s
Navigation.ct.tsx
4✓
3.1s
FormControls.ct.tsx
5✓
1⊘
5.6s
E2E Tests 13/15 passed
navigation.spec.ts
4✓
18.2s
sidebar-toggle.spec.ts
3✓
12.4s
search.spec.ts
2✓
1✗
24.1s
table-actions.spec.ts
3✓
19.8s
auth-flow.spec.ts
1✓
1⊘
12.7s
Low Coverage Areas 4
12.0%
src/components/Wizard/
complex multi-step form, no tests yet
28.5%
src/pages/Settings/
new page, tests planned
15.0%
src/api/interceptors.ts
auth retry logic untested
8.3%
src/components/Chat/
streaming components hard to unit test