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 ff0ed8e + a0dac65 commit d9ac02cCopy full SHA for d9ac02c
.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@v4
+ uses: codecov/codecov-action@v5
.github/workflows/release.yml
--ci
- name: codecov # Perform after version publishing
if: steps.test.outcome == 'success'
0 commit comments