Skip to content

Commit

Permalink
feat: publish coverage results to Action summary (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik authored Apr 12, 2024
1 parent b921f08 commit ec6c560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
output: both
thresholds: '60 80'

- name: Add Coverage Summary
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY

- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit ec6c560

Please sign in to comment.