Skip to content

Commit

Permalink
Merge pull request #50 from jfrazx/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
jfrazx authored Dec 27, 2024
2 parents 1b88024 + 31f7533 commit 59bc0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm ci --ignore-scripts
npm run coverage:report
- name: Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.lcov
Expand Down

0 comments on commit 59bc0a0

Please sign in to comment.