Skip to content
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

[Feature Request] Covered Behaviors #158

Open
esauser opened this issue Jul 29, 2023 · 1 comment
Open

[Feature Request] Covered Behaviors #158

esauser opened this issue Jul 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@esauser
Copy link

esauser commented Jul 29, 2023

The IDE plugin indicates the number of behaviors in a method/class. It then suggests tests to cover these behaviors. I'm requesting a feature for pr-agent that recognizes the total behaviors changed/added, looks at the tests changed/added, and indicates the number covered. A status check is included; if all are covered it passes. If not, it fails. This is to ensure all behaviors are covered.

If behaviors are missed it could suggest tests that cover them, similar to how the IDE plugin works.

This could optionally be taken a step father to list the behaviors and the test(s) that cover them.

@mrT23
Copy link
Collaborator

mrT23 commented Oct 3, 2023

@esauser we are working on something similar (eta ~1 month). stay tuned

@mrT23 mrT23 added the enhancement New feature or request label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@mrT23 @esauser and others