Skip to content

Commit

Permalink
deps: bumps codecov-action github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTopping committed Jul 9, 2024
1 parent 526eea3 commit 6b4b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: >-
npm run test:unit -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # build should fail if Codecov runs into an error during upload
Expand Down

0 comments on commit 6b4b369

Please sign in to comment.