Skip to content

Commit

Permalink
build: add markdown summary to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 12, 2022
1 parent 3e6ff4f commit a9ecd8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,8 @@ jobs:
label: Coverage
message: ${{ env.total }}%
color: ${{ env.badge_color }}

- name: "Create summary"
run: |
echo '### Total coverage: ${{ env.total }}%' >> $GITHUB_STEP_SUMMARY
echo '[${{ env.url }}](${{ env.url }})' >> $GITHUB_STEP_SUMMARY

0 comments on commit a9ecd8a

Please sign in to comment.