muter-mutation-testing / muter

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

Muter execution constraint by percentile of code coverage #107

Closed henrique-morbin-ifood closed 10 months ago

henrique-morbin-ifood commented 5 years ago

Passing a code coverage report as an execution parameter could be used as a constraint to consider a specific file in the muter.

Example: Not consider mutants in files without a good % of coverage.

rakaramos commented 11 months ago

This should be a trivial change since we are already short-circuiting files without coverage.