Skip to content

Commit

Permalink
Better print coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 6fc093c commit 7439e4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,10 @@ jobs:

- if: always()
name: Print coverage summary
run: lcov --rc lcov_branch_coverage=1 --summary lcov.info | tee $GITHUB_STEP_SUMMARY
run: |
echo \`\`\` >> $GITHUB_STEP_SUMMARY
lcov --rc lcov_branch_coverage=1 --summary lcov.info | tee --append $GITHUB_STEP_SUMMARY
echo \`\`\` >> $GITHUB_STEP_SUMMARY
- if: always()
name: Upload merged test results
Expand Down

0 comments on commit 7439e4f

Please sign in to comment.