diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 0d2c349e..7d50702c 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -201,7 +201,7 @@ jobs: if: inputs.enable_coverage == true && inputs.platform == 'macos-latest' run: | mkdir -p coverage - lcov --capture --directory build --include '${{env.GITHUB_WORKSPACE}}/*' --output-file coverage/lcov.info --ignore-errors inconsistent + lcov --ignore-errors all --capture --directory build --include '${{env.GITHUB_WORKSPACE}}/*' --output-file coverage/lcov.info --ignore-errors inconsistent - name: Generate code coverage report if: inputs.enable_coverage == true && inputs.platform != 'macos-latest'