I've been using CoverStory for a while with Xcode logic tests and application tests quite happily until Mtn. Lion and Xcode 4.4. Now CoverStory displays a page full of /*EOF*/. I've tried using lcov and genhtml and they product output, but the executed lines are offset, and I'm not getting reliable results. What can I do to help diagnose and solve the issue, or is it simply a configuration issue on my part? Any ideas?
Cheers,Matt--
You received this message because you are subscribed to the Google Groups "coverstory-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/coverstory-discuss/-/HxvRuOdzSTgJ.
To post to this group, send email to coverstor...@googlegroups.com.
To unsubscribe from this group, send email to coverstory-disc...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coverstory-discuss?hl=en.
Are you using precompiled headers? Those have caused issues in the past.
Cheers,
Dave
On Thu, Jul 26, 2012 at 10:45 AM, Thomas Van Lenten <thom...@gmail.com> wrote:
>
> On Thu, Jul 26, 2012 at 1:43 PM, mhooge <mho...@gmail.com> wrote:
>>
>> I've been using CoverStory for a while with Xcode logic tests and
>> application tests quite happily until Mtn. Lion and Xcode 4.4. Now
>> CoverStory displays a page full of /*EOF*/. I've tried using lcov and
>> genhtml and they product output, but the executed lines are offset, and I'm
>> not getting reliable results. What can I do to help diagnose and solve the
>> issue, or is it simply a configuration issue on my part? Any ideas?
>>
>
> I haven't looked at 4.4 yet, but the last few OS and Xcode releases Apple
> has busted things in a new way each time. Start with a clean build just to
> be safe, and then you may have to do a fair amount of digging/trouble
> shooting to figure out what changed.
>
> TVL
>
>
>>
>> Cheers,
>>
>> Matt
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "coverstory-discuss" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/coverstory-discuss/-/HxvRuOdzSTgJ.
>> To post to this group, send email to coverstory-discuss@googlegroups.com.
>> To unsubscribe from this group, send email to
>> For more options, visit this group at
>> http://groups.google.com/group/coverstory-discuss?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "coverstory-discuss" group.
> To post to this group, send email to coverstory-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
I have been, and I've tried disabling them. I have figured out that I do get code coverage in some files and /*EOF*/ in others. Using lcov and genhtml produces output for the files that come up /*EOF*/ in CoverStory, but the listed lines seem to be wrong, like they are offset by an incorrect amount. Code that I know has executed is not listed as having been executed. gcovr is the same way, output is produced, but it seems to be off by lines. But I have limited experience debugging this workflow, CoverStory has been working solidly for me since I started with with back in December. If any of you wrote it, good job. If there is anything I can do to help, please, let me know. For the record, I've been using precompiled headers this whole time with no ill effects, not that this means anything at this point.Can I rebuild the project with debugging or something? I checked the project out, but it wouldn't compile, there were some string formatting errors. I did not want to blindly dig in if I could find more information.Thanks again for the assistance.
To view this discussion on the web visit https://groups.google.com/d/msg/coverstory-discuss/-/JNFvt5OiDVIJ.
To post to this group, send email to coverstor...@googlegroups.com.
To unsubscribe from this group, send email to coverstory-disc...@googlegroups.com.
I have been, and I've tried disabling them. I have figured out that I do get code coverage in some files and /*EOF*/ in others. Using lcov and genhtml produces output for the files that come up /*EOF*/ in CoverStory, but the listed lines seem to be wrong, like they are offset by an incorrect amount. Code that I know has executed is not listed as having been executed. gcovr is the same way, output is produced, but it seems to be off by lines. But I have limited experience debugging this workflow, CoverStory has been working solidly for me since I started with with back in December. If any of you wrote it, good job. If there is anything I can do to help, please, let me know. For the record, I've been using precompiled headers this whole time with no ill effects, not that this means anything at this point.
To view this discussion on the web visit https://groups.google.com/d/msg/coverstory-discuss/-/JNFvt5OiDVIJ.
To post to this group, send email to coverstor...@googlegroups.com.
To unsubscribe from this group, send email to coverstory-disc...@googlegroups.com.