For teams that use --since in their CI pipelines, but also block merges on successful builds, it's kind of frustrating to do a large chore, like a rubocop adjustment or deleting dead code or something like that and have mutant complain about these older classes that lack 100% mutant coverage.
I think it would be nice if mutant had a way to dump all the mutations it found to a .mutant_todo.yml similar to rubocop for situations like these. Let me know what you think.
For teams that use
--sincein their CI pipelines, but also block merges on successful builds, it's kind of frustrating to do a large chore, like a rubocop adjustment or deleting dead code or something like that and have mutant complain about these older classes that lack 100% mutant coverage.I think it would be nice if mutant had a way to dump all the mutations it found to a
.mutant_todo.ymlsimilar to rubocop for situations like these. Let me know what you think.