go-gremlins / gremlins

A mutation testing tool for Go.
https://gremlins.dev
Apache License 2.0
187 stars 17 forks source link

Output mutant statuses filter #226

Closed rusinikita closed 7 months ago

rusinikita commented 7 months ago

Proposed changes

I want to see only useful findings. But:

See docs change for flag design details.

Types of changes

Checklist

Further comments

Closes #108 issue

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ba6851a) 88.20% compared to head (91d49ce) 88.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #226 +/- ## ========================================== + Coverage 88.20% 88.55% +0.35% ========================================== Files 21 22 +1 Lines 1433 1477 +44 ========================================== + Hits 1264 1308 +44 Misses 144 144 Partials 25 25 ``` | [Flag](https://app.codecov.io/gh/go-gremlins/gremlins/pull/226/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-gremlins) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/go-gremlins/gremlins/pull/226/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-gremlins) | `88.55% <100.00%> (+0.35%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-gremlins#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rusinikita commented 7 months ago

Linter checks fails because of golangci-lint update. I fixed it in #228. Let's merge #228 first, then a will rebase this. Issues will be fixed