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.
2 parents e80bdd4 + d5edc0d commit 74b099bCopy full SHA for 74b099b
.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 }}
bun.lockb
3.74 KB
0 commit comments