-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(codegen): Unit test generation init #1135
Conversation
eba2957
to
3775b06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure to add test coverage soon.
Also I'm wondering if anything can be abstracted out to be shared between Autofix and Unit Test Gen (without coupling the two together), since both agents look very similar in a lot of ways.
@roaga Agreed on all the points, just wanted this code in so it doesn't become stale |
Introduces a new
codegen
folder with a unit test generation agent that was made for the codecov hack week projectUses a new
CodegenContext
similar to the autofix context but newLack of unit tests is due to this being a WIP agent, will follow up & harden