Skip to content

Commit

Permalink
try print report
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide authored Jun 3, 2024
1 parent ca085d7 commit ca5f8a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ jobs:
with:
name: Code Coverage Report
path: coveragereport/

- name: Comment PR
uses: unsplash/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: ${{ steps.create_report.outputs.report_content }}
check_for_duplicate_msg: true

0 comments on commit ca5f8a5

Please sign in to comment.