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 a8fd2aa commit fbcf40cCopy full SHA for fbcf40c
.github/workflows/build-test-ci.yml
@@ -36,6 +36,6 @@ jobs:
36
- run: pnpm build
37
- run: pnpm test:coverage
38
- name: Upload coverage reports to Codecov
39
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments