Skip to content

Commit

Permalink
chore: add jub summary for coverage diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Sep 3, 2024
1 parent 8c60356 commit 9170f82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coverage-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,9 @@ jobs:
- name: Add comment with coverage report
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
with:
message: "${{ env.combined_message }}"
message: "${{ env.combined_message }}"
- name: Add coverage report to the job summary
run: |
{
echo "${{ env.combined_message }}"
} >> $GITHUB_STEP_SUMMARY

0 comments on commit 9170f82

Please sign in to comment.