Skip to content

Commit 6555b41

Browse files
authored
Merge pull request #39 from sectsect/feature/update-codecov-action-to-v5
ci(deps): update codecov/codecov-action action to v5
2 parents 3c6281a + 6f6d5e9 commit 6555b41

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# token: ${{ secrets.CODECOV_TOKEN }}
5858

5959
- name: Upload coverage to Codecov
60-
uses: codecov/codecov-action@v4
60+
uses: codecov/codecov-action@v5
6161
env:
6262
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6363
with:

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ node_modules
99
# Testing
1010
/coverage
1111

12+
# Codecov uploader and integrity signatures
13+
codecov
14+
codecov.SHA256SUM
15+
codecov.SHA256SUM.sig
16+
1217
# Next.js
1318
.next
1419
out

0 commit comments

Comments
 (0)