Skip to content

Commit

Permalink
[#448] Fix HTML coverage report for Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Dec 2, 2022
1 parent 2e581b7 commit b761a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/coverage_utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function(create_coverage_target)
COMMAND ${LLVM_COV_BIN} show ${cov_test_exectable}
-instr-profile=${cov_binary_dir}/runtime.profdata
--format=html --show-instantiations=false -output-dir=${cov_binary_dir}
${cov_exclude}
COMMAND ${LLVM_COV_BIN} report ${cov_test_exectable}
-instr-profile=${cov_binary_dir}/runtime.profdata
${cov_exclude}
Expand Down

0 comments on commit b761a46

Please sign in to comment.