Skip to content

Commit

Permalink
Merge pull request #6 from dcpesses/fix/codecov-unusable-report
Browse files Browse the repository at this point in the history
Fix/codecov unusable report
  • Loading branch information
dcpesses authored Feb 23, 2024
2 parents d661a4c + f8f7bb1 commit b520934
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,16 @@ jobs:
needs: buildAndTest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

# Download coverage artifacts
- uses: actions/download-artifact@v4
with:
name: coverage

- name: 📈 Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3.1.5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit b520934

Please sign in to comment.