Skip to content

Commit

Permalink
ci(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Jan 26, 2025
1 parent c3d364a commit a16584f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage

# Codecov uploader and integrity signatures
codecov
codecov.SHA256SUM
codecov.SHA256SUM.sig

# nyc test coverage
.nyc_output

Expand Down

0 comments on commit a16584f

Please sign in to comment.