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 @@ -141,8 +141,8 @@ if (COVERAGE STREQUAL true)
141141 COMMAND lcov --remove lcoverage/coverage.info "*/commonItems/external/googletest/googletest/include/gtest/*" -o lcoverage/coverage.info --keep-going
142142 COMMAND lcov --remove lcoverage/coverage.info "*/commonItems/external/googletest/googletest/include/gtest/internal/*" -o lcoverage/coverage.info --keep-going
143143 COMMAND lcov --remove lcoverage/coverage.info "*/commonItems/external/json/single_include/nlohmann/*" -o lcoverage/coverage.info --keep-going
144- # COMMAND echo "-- Generating HTML output files"
145- # COMMAND genhtml lcoverage/coverage.info --output-directory lcoverage --keep-going
144+ COMMAND echo "-- Generating HTML output files"
145+ COMMAND genhtml lcoverage/coverage.info --output -directory lcoverage --keep-going
146146 )
147147
148148 # Make sure to clean up the coverage folder
You can’t perform that action at this time.
0 commit comments