Skip to content

Commit a9ecd8a

Browse files
committed
build: add markdown summary to the action
1 parent 3e6ff4f commit a9ecd8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,8 @@ jobs:
214214
label: Coverage
215215
message: ${{ env.total }}%
216216
color: ${{ env.badge_color }}
217+
218+
- name: "Create summary"
219+
run: |
220+
echo '### Total coverage: ${{ env.total }}%' >> $GITHUB_STEP_SUMMARY
221+
echo '[${{ env.url }}](${{ env.url }})' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)