You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing coverage format auto-detection based on Xcode version
* Change "--input-format" option of "slather setup" to "--format", more appropriate name in the context of setup
* Supporting auto for `slather setup --format` and `slather coverage --input-format` which will use profdata if Xcode 7, gcov if earlier
* Checking the validity of the parameters given to `--format` / `--input-format`
0 commit comments