Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Dec 23, 2024
1 parent 92c84e8 commit 3b69901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CodeCoverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ function(setup_target_for_coverage_lcov)
-b
${BASEDIR}
--capture
--ignore-errors mismatch
--output-file
${Coverage_NAME}.capture)
# add baseline counters
Expand All @@ -316,8 +317,7 @@ function(setup_target_for_coverage_lcov)
${Coverage_NAME}.capture
--output-file
${Coverage_NAME}.total
--ignore-errors
mismatch)
)
# filter collected data to final coverage report
set(LCOV_FILTER_CMD
${LCOV_PATH}
Expand Down

0 comments on commit 3b69901

Please sign in to comment.