Skip to content

Commit

Permalink
ci(test): add coverage results publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski committed Oct 11, 2024
1 parent 947efaf commit dde525b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
output: both
thresholds: "40 60"

- name: 📢 Publish coverage results
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY

- name: 📤 Upload test results
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand All @@ -92,6 +95,3 @@ jobs:
code-coverage-results.md
if-no-files-found: warn
overwrite: true

- name: 📢 Publish coverage results
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY

0 comments on commit dde525b

Please sign in to comment.