-
Notifications
You must be signed in to change notification settings - Fork 2
Add Coverage Agent #224
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
base: main
Are you sure you want to change the base?
Add Coverage Agent #224
Conversation
|
I don't think that's the best place. In general we would like to test files in the src directory. But this has no src directory. |
|
This should be in draft. It's a WIP. |
There are a couple patterns that will work that I've investigated.
Above will be rhiza config. If no src then no coverage to run however if rhiza itself then can maybe use an agent to see if we are testing the framework properly Other way is within rhiza-tools, it will run the gh agent-task or allow a custom open ai key, if in agent mode. If no AI is desired it will just create stubs where coverage is low. I prefer the former as more workflow driven, and rhiza driven |
Would like to hear your thoughts @tschm |
|
I have no firsthand experience with agents. The goal should be to keep it as simple as possible for the user. Also let's not hit comm the copilot with every push |
Adds a custom GitHub Agent for code coverage.