Skip to content

Commit

Permalink
Merge pull request #705 from rooseveltframework/renovate/codecov-code…
Browse files Browse the repository at this point in the history
…cov-action-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
kethinov authored Nov 15, 2024
2 parents b47ecb1 + 5ed3a8e commit 331f79e
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 @@ -19,7 +19,7 @@ jobs:
- run: npm run lint
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: "coverage"
fail_ci_if_error: true

0 comments on commit 331f79e

Please sign in to comment.