<div dir="ltr"><div dir="ltr">On Tue, Feb 26, 2019 at 11:57 AM 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">On Tue, 26 Feb 2019 at 16:07, Cristian Morales Vega<br>
<<a href="mailto:christian.morales.vega@gmail.com" target="_blank">christian.morales.vega@gmail.com</a>> wrote:<br>
> ctest_submit() let's you submit PARTS, but also FILES. I have<br>
> submitted a file with the output of "llvm-cov" with Source-based Code<br>
> Coverage. I know CDash only supports gcov coverage right now, I don't<br>
> expect to get full support for it. But I was hoping to be able to<br>
> access the submitted file somehow from the CDash web view, linked<br>
> somehow to the build. Maybe some "Extra files" section or something.<br>
<br>
I have actually managed to get what I wanted with ctest_upload(). Not<br>
really sure what's supposed to be the difference, though.<br></blockquote><div><br></div><div><br></div><div>I'm glad you figured out how to upload your file to CDash.</div><div><br></div><div>In my experience, `ctest_submit(FILES ...)` is mostly used for manually submitting CTest XML files that have been generated previously.</div><div><br></div><div>As you discovered, `ctest_upload` allows you to associate arbitrary files or URLs with your build.</div></div></div>