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 f6efd44 commit 83ad9daCopy full SHA for 83ad9da
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- run: pnpm install
54
- run: pnpm run build
55
- run: pnpm run test:coverage
56
- - uses: codecov/codecov-action@v5.5.0
+ - uses: codecov/codecov-action@v5.5.1
57
with:
58
files: packages/**/coverage/cobertura-coverage.xml
59
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments