Skip to content
You're viewing a demo project. Sign up free to analyse your own codebase.
Testing
48

Testing Score

At risk

Notable 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 ago

Sorted by impact

+8 No tests for authentication flow new high
+4 Test assertions only check happy path new medium
+4 Excessive mocking hides integration bugs new medium
+1 No coverage reporting configured in CI new 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