We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870c77f + b7c305e commit 597bc19Copy full SHA for 597bc19
.github/workflows/node_tests.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Jest tests
46
run: npm run coverage -- --maxWorkers=2 --testTimeout=10000 --colors
47
- name: Upload to codecov
48
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
- name: Smoke tests
0 commit comments