File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ To enable, turn on the `CODE_COVERAGE` variable.
101
101
102
102
- GCOV/LCOV:
103
103
- ccov : Generates HTML code coverage report for every target added with 'AUTO' parameter.
104
- - ccov-${TARNGET_NAME } : Generates HTML code coverage report for the associated named target.
104
+ - ccov-${TARGET_NAME } : Generates HTML code coverage report for the associated named target.
105
105
- ccov-all : Generates HTML code coverage report, merging every target added with 'ALL' parameter into a single detailed report.
106
106
- ccov-all-capture : Generates an all-merged.info file, for use with coverage dashboards (e.g. codecov.io, coveralls).
107
107
- LLVM-COV:
@@ -304,4 +304,4 @@ file(GLOB_RECURSE CMAKE_FILES
304
304
)
305
305
306
306
cmake_format(TARGET_NAME ${CMAKE_FILES})
307
- ```
307
+ ```
You can’t perform that action at this time.
0 commit comments