Perform the CTest Coverage Step as a Dashboard Client.
ctest_coverage([BUILD <build-dir>] [APPEND]
[LABELS <label>...]
[RETURN_VALUE <result-var>]
[CAPTURE_CMAKE_ERROR <result-var]
[QUIET]
)
Collect coverage tool results and stores them in Coverage.xml for submission with the ctest_submit() command.
The options are:
BUILD <build-dir> CTEST_BINARY_DIRECTORY variable is used.APPEND Coverage.xml for append to results previously submitted to a dashboard server since the last ctest_start() call. Append semantics are defined by the dashboard server in use. This does not cause results to be appended to a .xml file produced by a previous call to this command.LABELS RETURN_VALUE <result-var> <result-var> variable 0 if coverage tools ran without error and non-zero otherwise.CAPTURE_CMAKE_ERROR <result-var> <result-var> variable -1 if there are any errors running the command and prevent ctest from returning non-zero if an error occurs.QUIET
© 2000–2019 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.15/command/ctest_coverage.html