Features — Early Verify
Unified coverage visibility
Works out of the box via the GitHub App — no CI changes or pipeline hooks required to start exploring coverage. Track coverage across all selected repositories. Quickly find hotspots and regressions.
Language & framework support
Verify currently supports JavaScript and TypeScript projects with Jest.
Without a working Jest setup in your repository, coverage data will not be available.
Branch & commit context
See coverage by branch and commit so you can correlate changes with quality trends.
File & function drill-down
Navigate from repository -> folder -> file -> function to understand exactly where gaps are.
Progressive detail (after first coverage run)
Repositories open fast with a plain tree of testable files.
After you press Refresh Coverage, Verify augments the tree with a functions hierarchy and inline coverage for folders, files, and public functions.
Re-run coverage
Kick off a fresh coverage update when needed (e.g., after merging or updating tests).

Reports you can act on
Use the table and legends to identify uncovered code and prioritize fixes.
Visuals


