-
Notifications
You must be signed in to change notification settings - Fork 314
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
Lcov 1.11 + CocoaPod + Cobertura #29
Conversation
- Added information about CocoaPods option - Updated double-ticked inline code to use single-ticked - Pulled everything onto continuous lines.
Lcov 1.11 + CocoaPod
Fix a bug that env.sh was not found when you call ``getcov`` form outside the XcodeCoverage folder
Update envcov.sh
Add Cobertura output
Most recent changes will use the lcov-to-cobertura-xml python script to also output Cobertura XML should you work with a front-end that can ingest it. |
What are news for this pull request? |
Fix unquoted paths.
Conflicts: envcov.sh
Pull from upstream + fix merge conflict
@jonreid Just updated so this can be auto-merged. Is there anything else I can do to facilitate getting this merged down? |
Lcov 1.11 + CocoaPod + Cobertura
Wow, I didn't know there was activity on XcodeCoverage. This looks awesome, thanks for pinging. |
You bet - let me know if there's anything I can do to help get a pod up onto trunk - The changes I'd made since originally opening the PR would mean the current version should get tagged as 1.0.2. |
This pull request is to add lcov 1.11 (addressing #24) as well as adding support for adding the tool via CocoaPods. I've updated the README to show the appropriate instructions - the TL;DR is it's less flexible, but WAY easier to get started.
If you do want to add CocoaPods support, please tag your repo once this is merged in with 1.0.0 and then push up to the CocoaPods trunk.
Please let me know if you have any questions whatsoever.