Skip to content

Commit

Permalink
ci: coverage: output list
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 23, 2024
1 parent dd0cf91 commit 8872ce5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
echo "Merging coverages: ${LCOV_FILES}"
${CMD}
lcov --remove "lcov.info" "*/third_party/*" -o "lcov.info"
- name: List coverage
run: |
lcov --list "lcov.info"
- name: Report coverage
uses: k1LoW/octocov-action@v1
with:
Expand Down

0 comments on commit 8872ce5

Please sign in to comment.