Skip to content

Commit

Permalink
Add Coverage report to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed May 21, 2024
1 parent 9483d88 commit edf4cf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
cmake -Bbuild && cd build
cmake --build .
make test
- name: Coverage
uses: romeovs/[email protected]
with:
lcov-file: build/coverage.info

0 comments on commit edf4cf5

Please sign in to comment.