CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Support to get the test coverage in iOS7.
Add to GenerateTestCoverageFor_iOS7 subdirectory to your project
and change your build settings.
Yes
Yes
xcodebuild test \
-scheme Tests \
-destination "name=iPhone Retina (4-inch 64-bit),OS=7.0" \
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES \
GCC_GENERATE_TEST_COVERAGE_FILES=YESxcodebuild test \
-scheme Tests \
-destination "name=iPhone Retina (4-inch 64-bit),OS=7.0" \
OBJROOT=tmp \
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES \
GCC_GENERATE_TEST_COVERAGE_FILES=YES
/Applications/CoverStory.app/Contents/MacOS/CoverStory tmp__gcov_flush()
#define UNUSE_GCOV_FLUSH //< -DUNUSE_GCOV_FLUSHBut USE_GCOV_FLUSH takes precedence over UNUSE_GCOV_FLUSH.
Add GenerateTestCoverageFor_iOS7 subdirectory to your project.