Skip to content

Commit 80d8af1

Browse files
committed
(build) fix code coverage publishing
1 parent 14ed36b commit 80d8af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
name: Unit Test code
106106
needs: [prepare]
107107
runs-on: ${{ matrix.os }}
108+
env:
109+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
108110
strategy:
109111
matrix:
110112
os: [windows-latest, ubuntu-latest, macos-latest]

0 commit comments

Comments
 (0)