diff --git a/.github/workflows/generate_coverage.yaml b/.github/workflows/generate_coverage.yaml index b3422289a13..2012bfffbf9 100644 --- a/.github/workflows/generate_coverage.yaml +++ b/.github/workflows/generate_coverage.yaml @@ -62,7 +62,7 @@ jobs: cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build ./build --target coverage --config RelWithDebInfo --parallel build/coverage_artefacts/RelWithDebInfo/coverage - lcov --capture --directory "build" --output-file coverage.info --rc geninfo_unexecuted_blocks=1 geninfo --ignore-errors negative \ + lcov --capture --directory "build" --output-file coverage.info --rc geninfo_unexecuted_blocks=1 --ignore-errors negative \ --exclude "tests/coverage/*" \ --exclude "examples/common/*" \ --exclude "tests/coverage/coverage.h" \