muter-mutation-testing / muter

🔎 Automated mutation testing for Swift 🕳️
MIT License
496 stars 39 forks source link

feature/coverage threshold #252

Closed rakaramos closed 11 months ago

rakaramos commented 11 months ago

Implements #107

ZevEisenberg commented 11 months ago

I'm wondering how useful this will be versus automatically assigning a coverage score of 0 to any line that's not covered (and then not bothering to mutate it)? And how much harder that would be to build?

rakaramos commented 11 months ago

I think we can create an issue and check that later, it sounds like a cool feature (probably very hard to implement tho)

ZevEisenberg commented 11 months ago

Sounds good! https://github.com/muter-mutation-testing/muter/issues/253