We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dada3e commit daefda1Copy full SHA for daefda1
.github/workflows/run-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
run: bun run test -- --coverage --coverageReporters json
41
42
- name: Upload coverage to Codecov
43
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
44
if: ${{ success() && env.USE_CODECOV_SERVICE == 'yes' && github.ref_name == 'main' }}
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments