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
All Trend Unit Tests Component Tests E2E Tests Low Coverage

Coverage Trend

Unit Tests 44/47 passed

Jest 12.4s 2 skipped
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

Playwright CT 34.7s 2 skipped
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

Playwright 87.2s 1 skipped
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