Skip to content

Commit

Permalink
upload coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Jan 31, 2025
1 parent 5471025 commit eb1df02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
- name: Run tests
run: bundle exec rake parallel:spec

- name: Upload Test coverage
if: always()
uses: actions/upload-artifact@v4
with:
name: test coverage report
path: coverage

# always run undercover, even if tests fail (it might be due to coverage)
- name: Check coverage
if: always()
Expand Down

0 comments on commit eb1df02

Please sign in to comment.