muter-mutation-testing / muter

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

Use coverage to short-circuit mutation #253

Closed ZevEisenberg closed 4 months ago

ZevEisenberg commented 8 months ago

A line with 0% coverage automatically has a mutation score of zero, so if we can detect that by looking at code coverage, we can automatically fail those lines without mutating them.

Nikoloutsos commented 7 months ago

@ZevEisenberg That sounds great and would definitely speed up the process 👍 Have you start any work on that?

rakaramos commented 4 months ago

this is already implemented