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 7c0df9e commit 8e7c073Copy full SHA for 8e7c073
.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