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 513f5de commit f63dffeCopy full SHA for f63dffe
.github/workflows/typescript-standard.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run Tests
23
run: npm run test
24
- name: Upload to Codecov
25
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
26
env:
27
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
28
- name: Check coverage
0 commit comments