You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Stryker 3 supports users configuring their excludedMutations. We also want to support those in Stryker 4.
Describe the solution you'd like
Still collect the mutants, but mark them as ignored (and not place them in the code). Report them as ignored as well.
Describe alternatives you've considered
Not supporting excludedMutations, but I want to reach feature parity as much as possible.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Stryker 3 supports users configuring their
excludedMutations
. We also want to support those in Stryker 4.Describe the solution you'd like
Still collect the mutants, but mark them as
ignored
(and not place them in the code). Report them asignored
as well.Describe alternatives you've considered
Not supporting
excludedMutations
, but I want to reach feature parity as much as possible.The text was updated successfully, but these errors were encountered: