Skip to content

Commit 95a3e23

Browse files
committed
fix: codecov reporting
1 parent 8a6d72a commit 95a3e23

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ jobs:
6363
run: pnpm test:coverage
6464
- name: codecov
6565
uses: codecov/codecov-action@v4
66+
env:
67+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ jobs:
5353
- name: codecov # Perform after version publishing
5454
if: steps.test.outcome == 'success'
5555
uses: codecov/codecov-action@v4
56+
env:
57+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)