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

Reduce the amount of information stored during testing #4

Open
afd opened this issue Jul 25, 2024 · 1 comment
Open

Reduce the amount of information stored during testing #4

afd opened this issue Jul 25, 2024 · 1 comment
Assignees

Comments

@afd
Copy link
Member

afd commented Jul 25, 2024

When writing a report for a test case we do want to know which mutants it killed.

However, we cannot afford to store data on exactly which mutants were covered, which were skipped and which survived.

Instead, let's store the number of mutants in each of these categories.

This should be updated in all of the runners.

@afd
Copy link
Member Author

afd commented Jul 25, 2024

See #6 for notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants