We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f27d7 commit 9bc4e0fCopy full SHA for 9bc4e0f
code-coverage.cmake
@@ -201,6 +201,7 @@ endif()
201
# ccov-show-${TARGET_NAME} : Prints to command line detailed per-line coverage information.
202
# ccov-all : Generates HTML code coverage report, merging every target added with 'ALL' parameter into a single detailed report.
203
# ccov-all-report : Prints summary per-file coverage information for every target added with ALL' parameter to the command line.
204
+# ccov-all-export : Exports the coverage report to a JSON file.
205
#
206
# Required:
207
# TARGET_NAME - Name of the target to generate code coverage for.
0 commit comments