Skip to content

Commit

Permalink
How did multiple errors just randomly show up without change on my en…
Browse files Browse the repository at this point in the history
…d - is this a new version of lcov or some such?
  • Loading branch information
John-LittleBearLabs committed Oct 11, 2024
1 parent 4c3ede6 commit 04cc834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CodeCoverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function(setup_target_for_coverage_lcov)
# Create baseline to make sure untouched files show up in the report
set(LCOV_BASELINE_CMD ${LCOV_PATH} ${Coverage_LCOV_ARGS}
--gcov-tool ${GCOV_PATH} -c --no-external -i -d .
--ignore-errors mismatch
--ignore-errors mismatch,unused
-b ${BASEDIR}
-o ${Coverage_NAME}.base )
# Run tests
Expand Down

0 comments on commit 04cc834

Please sign in to comment.