SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

Add option to use a custom ymlfile #550

Closed jarrodlombardo-EventBase closed 10 months ago

jarrodlombardo-EventBase commented 11 months ago

This PR fixes some load issues and then adds a --ymlfile option so files other than just .slather.yml can be used (this is necessary for repos containing more than one xcodeproj to be able to use a yml file for configuration).

ksuther commented 10 months ago

Thanks for the PR!