Skip to main content

Features — Early Catch for Pull Request

Coverage-Based Test Generation

  • Lower threshold (default: 0%) — generate tests for functions with no coverage.
  • Upper threshold (default: 80%) — stop enhancing once coverage is sufficient.

Function-Level Precision

  • Only public functions are considered.
  • Focuses exclusively on changed files in the PR.

Fully Automated Workflow

  • No manual triggers — runs when a PR is opened.
  • Generated tests are committed directly to the branch.

Language & Framework Support

  • Currently supports TypeScript + Jest.
  • Future support for additional languages/frameworks is planned.

Quality Guarantee

  • Commits only passing tests (green).
  • Skips failing or flaky output.