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

Show new mutants relative to some baseline #57

Closed
sourcefrog opened this issue Aug 1, 2022 · 1 comment
Closed

Show new mutants relative to some baseline #57

sourcefrog opened this issue Aug 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sourcefrog
Copy link
Owner

For example, in a PR, it would be interesting to see new mutants that are missed relative to the baseline, or mutants that are newly caught.

This could be done by reading a file from mutants.out in the old tree and doing some kind of intelligent diff. The line numbers are likely to have changed but we could probably match on the function name and mutation.

@sourcefrog
Copy link
Owner Author

Pretty much done in 23.11 by https://mutants.rs/in-diff.html

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

1 participant