sixty-north / cosmic-ray

Mutation testing for Python
MIT License
565 stars 57 forks source link

Issue 501 - Show Survived Mutant Counts in Reports #502

Closed XD-DENG closed 4 years ago

XD-DENG commented 4 years ago

Without this patch, in both CLI and HTML result, we would only have 'Survival rate', while people may be interested to know the count of survived mutants as well.

After Applying This Patch

Screenshot_2020-07-15_at_9_41_42_PM


Screenshot_2020-07-15_at_9_41_54_PM

abingham commented 4 years ago

Thanks, this looks really good! I just had a few small notes. Once those are done, I'll be happy to merge this in.

XD-DENG commented 4 years ago

Thanks @abingham for taking a look. I have updated as suggested. Mind taking another look?

Screenshots after the latest change

Screenshot_2020-07-16_at_7_39_54_PM

Screenshot_2020-07-16_at_7_40_20_PM

abingham commented 4 years ago

Thanks!

XD-DENG commented 4 years ago

Thanks for merging ;)