mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Add a `CTEST_TEST_COVERAGE_TOOL` variable to tell CTest to integrate with `llvm-cov` source-based code coverage by setting the `LLVM_PROFILE_FILE` environment variable for each test. Issue: #26932