We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6d72a commit 95a3e23Copy full SHA for 95a3e23
.github/workflows/build.yml
@@ -63,3 +63,5 @@ jobs:
63
run: pnpm test:coverage
64
- name: codecov
65
uses: codecov/codecov-action@v4
66
+ env:
67
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/release.yml
@@ -53,3 +53,5 @@ jobs:
53
- name: codecov # Perform after version publishing
54
if: steps.test.outcome == 'success'
55
56
57
0 commit comments