Skip to content

Commit 9bc4e0f

Browse files
mordanteStableCoder
authored andcommitted
Add documentation for ccov-all-export.
1 parent f2f27d7 commit 9bc4e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: code-coverage.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ endif()
201201
# ccov-show-${TARGET_NAME} : Prints to command line detailed per-line coverage information.
202202
# ccov-all : Generates HTML code coverage report, merging every target added with 'ALL' parameter into a single detailed report.
203203
# 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.
204205
#
205206
# Required:
206207
# TARGET_NAME - Name of the target to generate code coverage for.

0 commit comments

Comments
 (0)