domohuhn / mutation-test

Automated mutation testing for any programming language
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Show mutation match pattern in report #17

Closed Marc-R2 closed 1 year ago

Marc-R2 commented 1 year ago

Adds a column to the generated HTML report showing the pattern that caused the mutation.

This helps keep track of which mutations occurred and why.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.22 :tada:

Comparison is base (ee9d194) 89.47% compared to head (6c0b09e) 89.70%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== + Coverage 89.47% 89.70% +0.22% ========================================== Files 13 13 Lines 760 767 +7 ========================================== + Hits 680 688 +8 + Misses 80 79 -1 ``` | [Impacted Files](https://app.codecov.io/gh/domohuhn/mutation-test/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [lib/src/html\_reporter.dart](https://app.codecov.io/gh/domohuhn/mutation-test/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bGliL3NyYy9odG1sX3JlcG9ydGVyLmRhcnQ=) | `82.60% <100.00%> (+1.70%)` | :arrow_up: | | [lib/src/mutations.dart](https://app.codecov.io/gh/domohuhn/mutation-test/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bGliL3NyYy9tdXRhdGlvbnMuZGFydA==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.