<div dir="ltr"><div dir="ltr">On Mon, Feb 25, 2019 at 12:54 PM Cristian Morales Vega <<a href="mailto:christian.morales.vega@gmail.com">christian.morales.vega@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm wondering why the script uses ctest_coverage_collect_gcov() instead of ctest_coverage()<br></blockquote><div><br></div><div>When we implemented branch coverage in CDash, we made the design decision to let CDash handle the parsing. Previously coverage data was parsed by CTest (generating Coverage.xml and CoverageLog.xml) and then uploaded to CDash. With this new approach we now upload the .gcov files directly to CDash and parse them server-side instead.</div><div><br></div><div>As to why this isn't working for you, I'm not sure. Do you see the uploaded gcov.tar file in your backup/ directory on the CDash server?</div></div></div>