-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
The current workflow requires developers to run the tool locally on their machine. It would be more powerful to integrate this functionality directly into the GitHub workflow to provide automated feedback on pull requests.
Describe the solution you'd like
Create a GitHub App that can be installed in the repository. This app would:
- Be triggered when a pull request is opened or updated.
- Analyze the changed files in the PR.
- Identify any new or modified code that lacks test coverage.
- Use the AI to generate test suggestions.
- Post these suggestions as a comment on the pull request, allowing the author to easily review and incorporate them.
This would automate the process of ensuring new code is tested and provide immediate feedback within the PR interface.
Describe alternatives you've considered
- A simple GitHub Action could work, but a GitHub App provides a richer and more integrated experience for commenting and interaction.
Additional context
This is from the New Ideas Backlog.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request