Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlig committed Oct 27, 2024
1 parent b14fea7 commit 6983863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
- name: Generate example coverage (Ubuntu)
if: "matrix.container == 'ubuntu-2204'"
run: |
apt-get install -y gpg
lcov --capture --directory . --output-file coverage-example.info --gcov-tool $(which gcov-12)
lcov --remove coverage-runtime-mpk.info '/usr/*' --output-file coverage-runtime-mpk.info
lcov --list coverage-example.info
Expand Down

0 comments on commit 6983863

Please sign in to comment.