Skip to content

Commit

Permalink
Fixed arg passing
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Jan 13, 2025
1 parent 2ec7770 commit 67b93ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 67b93ac

Please sign in to comment.