Skip to content

Update ignore mechanism to use a file rather than altering the script #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 25, 2015

Conversation

designatednerd
Copy link
Contributor

To keep using this as a CocoaPod, we needed to update the mechanism for ignoring certain files to not require editing the script file - otherwise it would be overwritten by any pod install or pod update. This isn't just confined to CocoaPods: This same problem would even apply to anyone using this as a submodule and trying to apply an update.

I've added (with lots of Bash help from my colleague @vokal-isaac) a mechanism to check for a .xcodecoverageignore file at the SRCROOT level, which will allow users to specify what files or folders they wish to ignore. That way this script can be updated over and over and over again without overwriting the list of ignored files or folders, and the .xcodecoverageignore file can be committed to version control for use in continuous integration.

If this passes muster, would be awesome if you could merge and tag as 1.3.0 - I updated the changelog to reflect that as an anticipated version number. Would love any feedback!

jonreid added a commit that referenced this pull request Dec 25, 2015
Update ignore mechanism to use a file rather than altering the script
@jonreid jonreid merged commit 34a47e0 into jonreid:master Dec 25, 2015
@jonreid
Copy link
Owner

jonreid commented Dec 25, 2015

Thank you! Sorry it took me so long to get to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants