REF-124

Test Health Check

Connect a GitHub repo, choose the codebase you care about, then review its test health across coverage, confidence, and design.

Local sign-in flow

Start with read-only repo access

The app signs you in with GitHub, lists the installations you can access, and lets you choose one repo. Analysis is mocked for now so you can verify the auth and selection path first.

1 Configure local GitHub App values
2 Sign in with GitHub
3 Select installation and repo
4 Repo selected

Connect a GitHub account

We request GitHub App access so repos can be listed server-side. Tokens stay in an encrypted httpOnly session cookie.

Connect GitHub

refluent/sample-web-app

72

medium test health

Trend

Score movement

Coverage highlighted

Breakdown

Coverage

68/100

Recommendations

Coverage actions

1
Expand module reachability

Add focused tests for feature modules that are only exercised through manual flows.

What affected your score

Coverage findings

1 findings
medium Some feature modules are not reached

Tests reach about two thirds of detected source modules.