Code coverage with Xcode 4.2 - Missing files

前端 未结 2 2003
感动是毒
感动是毒 2020-12-14 10:32

I followed Claus\'s post to set up code coverage on Xcode 4.2 with LLVM 3.0. I\'m able to see test coverage files, but they\'re only for my unit test classes, not my actual

2条回答
  •  别那么骄傲
    2020-12-14 10:57

    I use CoverStory http://code.google.com/p/coverstory/ a GUI for .gcda and .gcno files.

    The documentation explains the settings needed to generate these files http://code.google.com/p/coverstory/wiki/UsingCoverstory.

提交回复
热议问题