8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc61ab commit 0b7c044Copy full SHA for 0b7c044
.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