Skip to content

Commit

Permalink
what's broken?
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Dec 13, 2023
1 parent 7f66635 commit 2e968bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
sudo apt install -y lcov
- name: Combine all coverage data
run: |
find . -type f -name '*.info' | xargs -I % -- echo "-a %" | xargs bash -c "echo lcov -a \$@ -o all_lcov.info"
find . -type f -name '*.info' -exec echo -a {} \; | xargs lcov -o all_lcov.info"
find . -type f -name '*.info' -exec echo -a {} \; | xargs --verbose lcov -o all_lcov.info"
- name: Report
run: >
lcov --summary all_lcov.info
Expand Down

0 comments on commit 2e968bb

Please sign in to comment.