Address issues after recent upgrade to LCOV v2.1

This commit is contained in:
David Hummel 2024-04-26 14:01:39 -07:00
parent e18643ed08
commit bbeac846d7

View file

@ -74,7 +74,7 @@ runs:
shell: "bash"
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
LCOV_EXTRA_OPTIONS="--ignore-errors gcov --ignore-errors inconsistent --ignore-errors unused"
LCOV_EXTRA_OPTIONS="--ignore-errors count,gcov,inconsistent,range,unused --keep-going"
fi
lcov ${LCOV_EXTRA_OPTIONS:-} --directory . --capture --output-file coverage.info
lcov ${LCOV_EXTRA_OPTIONS:-} --remove coverage.info '/usr/*' '*/vcpkg_installed/*' '/.cache/*' '*/test/*' --output-file coverage.info