We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 915ab33 + dbe25f5 commit 2a53bf5Copy full SHA for 2a53bf5
.github/workflows/build.yml
@@ -71,6 +71,6 @@ jobs:
71
- name: test
72
run: pnpm test:coverage
73
- name: codecov
74
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
75
env:
76
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/release.yml
@@ -52,6 +52,6 @@ jobs:
52
--ci
53
- name: codecov # Perform after version publishing
54
if: steps.test.outcome == 'success'
55
56
57
0 commit comments