muter
muter copied to clipboard
π Automated mutation testing for Swift π³οΈ
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...
Code like this: ```swift foo = true // before foo = false // after ``` Hereβs a case where this could be better than just deleting lines with only side...
Feel free to update the title if thereβs a better way to word this. Screenshot: Code: ```swift textViewsAndEncodings.map { $0.key }.forEach { $0.enabledTextCheckingTypes = 0 $0.isAutomaticQuoteSubstitutionEnabled = false $0.isAutomaticLinkDetectionEnabled =...