I am facing one issue regarding code coverage setup for Unit tests. I created unit test target for my project. Generate Test Coverage Files and Instrument Program Flow i made it YES for the Unit test target. Now i'm able to Test the project. Now my issue is after Test done, i'm getting only .gcno. not .gcda. Without .gcda file, we can't get the percentage coverage. Any ideas appreciated.

Thanks in Advance

Praveen

link|improve this question
2  
Please add a tag for the toolset you're using (ie, Visual Studio, C#, Java, Erlang). – kdgregory Dec 17 '11 at 13:24
with extensions of .gcno and .gcda - this would be gcc compiler so C++ – Shaun Wilde Dec 18 '11 at 22:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.