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 e62e6de + 8e7c073 commit 115c393Copy full SHA for 115c393
.github/workflows/unit-test.yml
@@ -31,7 +31,7 @@ jobs:
31
run: pnpm run test:unit
32
33
- name: Codecov 📝
34
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
35
with:
36
directory: ./tests/unit/coverage
37
env:
0 commit comments