<div dir="ltr">Hi,<br><br>I'm trying to use 'ctest_coverage_collect_gcov(TARBALL gcov.tar)' along with 'ctest_submit(CDASH_UPLOAD gcov.tar CDASH_UPLOAD_TYPE GcovTar)' to upload gcov files to our cdash server. Although this succeeds to upload "normal" results to the server,<br><br>ctest_start(${CTEST_DASHBOARD_TYPE})<br>ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}")<br>ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}")<br>ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}")<br>ctest_coverage(BUILD "${CTEST_BINARY_DIRECTORY}" QUIET)<br>ctest_submit()<br><br>using the same CTestConfig.cmake,<br>this command ctest_submit(CDASH_UPLOAD gcov.tar CDASH_UPLOAD_TYPE GcovTar)<br>leads to<br><br>Request upload response: [<cdash version="2.2.3"><br> <status>ERROR</status><br> <message>Not a valid project.</message><br></cdash><br>]<br><br>Any idea what I'm doing wrong here? I tried to look around forums and docs, but I couldn't find much help about the CDash Upload API...<div><br></div><div>Thanks in advance</div><div><br></div><div>Vincent</div><div><br></div></div>