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 5517fbf + 76f7765 commit 301fb6dCopy full SHA for 301fb6d
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
npm run test-coverage-ci --workspaces --if-present
48
49
- name: Upload test coverage report
50
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
51
with:
52
files: ./coverage/lcov.info
53
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments