<div class="gmail_extra">Ugh. You're probably doing everything right, and there's just a bug of some sort. Unfortunately, debugging these things is neither easy nor fun.</div><div class="gmail_extra"><br></div><div class="gmail_extra">
First, look for Coverage*.log files in the Testing/ subdirectories of your build tree. Are there any errors mentioned in there?</div><div class="gmail_extra"><br></div><div class="gmail_extra">Next, verify that there are some *.gcda files in the build tree:</div>
<div class="gmail_extra"> find . -name *.gcda</div><div class="gmail_extra"><br></div><div class="gmail_extra">There is a known/reported issue with the coverage not reporting correctly right now for gcc 4.7, but this is the first problem I've heard of with an earlier gcc...</div>
<div class="gmail_extra"><br></div><div class="gmail_extra"> <a href="http://public.kitware.com/Bug/view.php?id=13121">http://public.kitware.com/Bug/view.php?id=13121</a></div><div class="gmail_extra"><br><br></div><div class="gmail_extra">
<br><div class="gmail_quote">On Mon, Apr 23, 2012 at 5:18 PM, Kent Williams <span dir="ltr"><<a href="mailto:nkwmailinglists@gmail.com" target="_blank">nkwmailinglists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
cmake: 2.8.6<br>
gcc/g++: 4.4.6-3<br>
Red Hate Enterprise Linux 6.2<br>
<br>
I follow the instructions here: <a href="http://www.cmake.org/Wiki/CTest/Coverage" target="_blank">http://www.cmake.org/Wiki/CTest/Coverage</a><br>
<br>
And I have 2 different dashboards that report zero coverage:<br>
<br>
<a href="http://testing.psychiatry.uiowa.edu/CDash/index.php?project=BRAINSStandalone" target="_blank">http://testing.psychiatry.uiowa.edu/CDash/index.php?project=BRAINSStandalone</a><br>
<a href="http://testing.psychiatry.uiowa.edu/CDash/index.php?project=ANTS" target="_blank">http://testing.psychiatry.uiowa.edu/CDash/index.php?project=ANTS</a><br>
<br>
I don't know what's going on because I remember coverage working, and<br>
it's obviously doing something for other projects, e.g. ITK:<br>
<a href="http://public.kitware.com/dashboard.php?name=itk" target="_blank">http://public.kitware.com/dashboard.php?name=itk</a><br>
<br>
Call me an idiot, but I can follow instructions, and following the<br>
instructions I can find isn't doing the trick.<br>
--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>