Skip to content

[FEATURE] - CI Integration via a GitHub App for PR Test Suggestions #16

@Ofido

Description

@Ofido

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:

  1. Be triggered when a pull request is opened or updated.
  2. Analyze the changed files in the PR.
  3. Identify any new or modified code that lacks test coverage.
  4. Use the AI to generate test suggestions.
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions