We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9da9868 + b03b395 commit ddc7777Copy full SHA for ddc7777
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
cache: npm
21
- run: npm ci
22
- run: npx vitest run --coverage
23
- - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
+ - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v5
24
with:
25
files: coverage/coverage-final.json
26
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments