mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
If the CTEST_TEST_COVERAGE_TOOL is set to LLVM-COV, use the `llvm-profdata --merge` functionality to collect the `.profraw` files generated by running each test into a combined `.profdata` file. This is the file that could be used to parse or display coverage information for each test. Issue: #26932
5 lines
31 B
C
5 lines
31 B
C
int main(void)
|
|
{
|
|
return 0;
|
|
}
|