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 524f507 + d7522b8 commit 951b51eCopy full SHA for 951b51e
.github/workflows/build.yml
@@ -59,4 +59,4 @@ jobs:
59
- name: test
60
run: pnpm run test:coverage
61
- name: codecov
62
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
.github/workflows/release.yml
--ci
- name: codecov # Perform after version publishing
if: steps.test.outcome == 'success'
0 commit comments