stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.76k stars 175 forks source link

"NoCover" mutants can be optionally ignored #2710

Closed mpownby closed 11 months ago

mpownby commented 11 months ago

We'd like to leverage the thresholds and mutation score feature that already exists in stryker, but we already have a fairly robust system in place for enforcing code coverage, so having stryker mix surviving mutants and "NoCover" mutants together when calculating the mutation score is problematic for us. We would prefer to use stryker to only measure the quality of our existing unit tests.

https://github.com/stryker-mutator/stryker-net/issues/2709

rouke-broersma commented 11 months ago

We've decided we are not going to accept this feature due to the limited use we anticipate.