feat: Implement end-to-end automated Java test generation pipeline #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit introduces a comprehensive system for automated Java JUnit 5 test case generation using Large Language Models (LLMs), with a focus on iterative improvement based on JaCoCo code coverage reports.
Key Features:
src/main.pymanages the entire pipeline flow..github/workflows/coverage_check.yml) is implemented to:GOOGLE_API_KEYto be set as a repository secret.README.mdhas been updated with detailed instructions on setup, configuration, and execution.run.shscript provided as a helper to set environment variables and launch the pipeline.The system is designed to significantly reduce your manual effort in writing unit tests and help maintain high code coverage standards.