3.10: Test Generation Orchestrator #282

Open
Rockachopa wants to merge 1 commits from step35/89-3-10-test-generation-orchest into main
Owner

Implements a continuous pipeline that:

  • Maintains a queue of repositories to process
  • Runs all 9 test generators per repository
  • Stores results (tests written, pass rate, coverage delta)
  • Checks for new code changes after processing
  • Runs continuously with sleep between cycles

Closes #89

Implements a continuous pipeline that: - Maintains a queue of repositories to process - Runs all 9 test generators per repository - Stores results (tests written, pass rate, coverage delta) - Checks for new code changes after processing - Runs continuously with sleep between cycles Closes #89
Rockachopa added 1 commit 2026-04-29 07:00:41 +00:00
feat(scripts): add test generation orchestrator (3.10)
Some checks failed
Test / pytest (pull_request) Failing after 9s
ae0e6feb3e
Implements a continuous pipeline that maintains a queue of repositories,
runs all 9 test generators per repo, stores results with coverage metrics,
checks for new code changes, and loops indefinitely.

Closes #89
Some checks failed
Test / pytest (pull_request) Failing after 9s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin step35/89-3-10-test-generation-orchest:step35/89-3-10-test-generation-orchest
git checkout step35/89-3-10-test-generation-orchest
Sign in to join this conversation.