You're viewing a demo project. Sign up free to analyse your own codebase.
Testing
48
Testing Score
At riskNotable testing gaps that need attention
Fix the top 3 issues to gain +16 points and reach 64
24
Test files
12%
Test ratio
34%
Line coverage
Yes
CI present
Findings (4)
1 high 2 medium 1 low
9d agoSorted by impact
+8 No tests for authentication flow new src/auth/ Verified high high
+4 Test assertions only check happy path new src/api/__tests__/users.test.ts:12 Verified medium medium
+4 Excessive mocking hides integration bugs new src/services/__tests__/billing.test.ts Detected medium medium
+1 No coverage reporting configured in CI new Verified low low
Deterministic analysis scans up to 500 files. AI review interprets 10-15 high-signal files for contextual findings.
Structural checks
Test-to-source ratio is 0.12 (target: 0.5+)
Only 24 test files for 196 source files. Critical paths like authentication and billing have no test coverage.
Line coverage is 34%
Coverage reports show 34% line coverage. Focus on testing business logic in src/services/ and src/api/ first.
From automated scan of repository structure and configuration