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

Add heatmap to MTMatrix #79

Merged
merged 6 commits into from
Feb 15, 2024
Merged

Conversation

DurieuxPol
Copy link
Collaborator

@DurieuxPol DurieuxPol commented Feb 15, 2024

You can now generate a heatmap for MTMatrix.
It groups the mutations by operator and the tests by class, and represents the percentage of the mutations from a given operator that are killed by the tests from a given class.

matrix := MTMatrix forClasses: { UUID } andTests: {
		          UUIDTest.
		          UUIDPrimitivesTest }.
matrix build.
matrix generateHeatmap

image

@guillep
Copy link
Contributor

guillep commented Feb 15, 2024

Oh this is super sexy! :D
Could I ask to go from yellow 🟨 to red 🟥 instead of light-to-dark blue?

@guillep guillep merged commit 11f7f26 into pharo-contributions:master Feb 15, 2024
0 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants