We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c6281a + 6f6d5e9 commit 6555b41Copy full SHA for 6555b41
2 files changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
# token: ${{ secrets.CODECOV_TOKEN }}
58
59
- name: Upload coverage to Codecov
60
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
61
env:
62
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
63
with:
.gitignore
@@ -9,6 +9,11 @@ node_modules
9
# Testing
10
/coverage
11
12
+# Codecov uploader and integrity signatures
13
+codecov
14
+codecov.SHA256SUM
15
+codecov.SHA256SUM.sig
16
+
17
# Next.js
18
.next
19
out
0 commit comments