We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272e28a commit d845213Copy full SHA for d845213
.github/workflows/build.yaml
@@ -188,7 +188,7 @@ jobs:
188
run: npm run test:unit
189
190
- name: Upload coverage report to Codecov
191
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
192
with:
193
token: ${{ secrets.CODECOV_TOKEN }}
194
if: success()
.github/workflows/release.yaml
@@ -71,7 +71,7 @@ jobs:
71
- run: npm run test:integration
72
73
74
75
76
77
0 commit comments