<div dir="ltr">It sounds like you got pretty close!  What subproject a build belongs to should be embedded in the XML file you're submitting.  <a href="https://github.com/Kitware/CDash/blob/master/tests/data/AggregateSubProjectCoverage/debug_case/production/Coverage.xml#L26">Here's an example</a>.  Give this a try and let us know if it still doesn't work for you.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 25, 2017 at 5:39 AM, Wouter Klouwen <span dir="ltr"><<a href="mailto:wouter.klouwen@youview.com" target="_blank">wouter.klouwen@youview.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi All,<br>
<br>
I'm experimenting with a setup of CDash where I have one big project<br>
containing a few hundred smaller projects.<br>
<br>
The first thing I want to do is to use it to gather code coverage<br>
metrics. I have a setup where Coverage.xml files are created for the<br>
smaller projects.<br>
<br>
For a variety of reasons that might not possibly make all that much<br>
sense, mainly to do with ease of integration into our existing CI<br>
pipeline, I'd like to curl to manually upload the result XML files,<br>
rather than using the ctest and DartConfiguration.tcl.<br>
<br>
There's a page on the wiki that indicated how do to a manual<br>
submission*, which says to use a PUT and with curl, roughly translates into:<br>
<br>
   $ curl -T /path/to/Coverage.xml<br>
"<a href="http://hostname/submit.php?project=ProjectName&FileName=/path/to/Coverage.xml&MD5=somemd5" rel="noreferrer" target="_blank">http://hostname/submit.php?pr<wbr>oject=ProjectName&FileName=/pa<wbr>th/to/Coverage.xml&MD5=somemd5</a><wbr>"<br>
<br>
This works fine for submitting into the main project, but with this<br>
method I don't seem to be able to submit into a sub project, despite<br>
adding "subproject=foobar" to the URL.<br>
>From my reading of the PHP, it seems that only one code path actually<br>
looks for the "subproject" parameter, and it's a POST submission.<br>
<br>
Should I change to using a POST, perhaps I cannot use manual submission<br>
with sub projects, or is there another solution?<br>
<br>
Thanks in advance,<br>
    W<br>
<br>
<br>
*: <a href="https://www.paraview.org/Wiki/CDash:XML#Manually_submitting_to_CDash" rel="noreferrer" target="_blank">https://www.paraview.org/Wiki/<wbr>CDash:XML#Manually_submitting_<wbr>to_CDash</a><br>
**: <a href="https://blog.kitware.com/additional-coverage-features-in-cdash/" rel="noreferrer" target="_blank">https://blog.kitware.com/addit<wbr>ional-coverage-features-in-<wbr>cdash/</a><br>
<br>
<br>
This transmission contains information that may be confidential and contain personal views which are not necessarily those of YouView TV Ltd. YouView TV Ltd (Co No:7308805) is a limited liability company registered in England and Wales with its registered address at YouView TV Ltd, 3rd Floor, 10 Lower Thames Street, London, EC3R 6YT. For details see our web site at <a href="http://www.youview.com" rel="noreferrer" target="_blank">http://www.youview.com</a><br>
______________________________<wbr>_________________<br>
CDash mailing list<br>
<a href="mailto:CDash@public.kitware.com" target="_blank">CDash@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/cdash" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/cdash</a><br>
</blockquote></div><br></div>