Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 23, 2024
1 parent c088588 commit 92c84e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/CodeCoverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ function(setup_target_for_coverage_lcov)
${Coverage_NAME}.capture
--output-file
${Coverage_NAME}.total
--ignore-errors mismatch)
--ignore-errors
mismatch)
# filter collected data to final coverage report
set(LCOV_FILTER_CMD
${LCOV_PATH}
Expand Down

0 comments on commit 92c84e8

Please sign in to comment.