Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos authored Apr 24, 2024
1 parent efe191d commit b1d6982
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
runs-on: ubuntu-latest
needs: tests
steps:
- uses: actions/download-artifact@v4
- name: Checkout repository
uses: actions/checkout@v4
- name: Download coverage artifacts
uses: actions/download-artifact@v4
with:
pattern: coverage-*
merge-multiple: true
Expand All @@ -73,6 +76,7 @@ jobs:
- name: Generate coverage report
run: |
coverage combine
coverage report
coverage html
- name: Upload coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b1d6982

Please sign in to comment.