Skip to content

Commit 2af7870

Browse files
committed
Codecov tweak
1 parent 02c3248 commit 2af7870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
with:
149149
file: ./coverage/coverage-final.json
150150
fail_ci_if_error: true
151-
token: ${{ secrets.CODECOV_TOKEN }}
151+
env:
152+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
152153

153154
test:
154155
name: Run tests on Node v${{ matrix.node_version_to_setup }}

0 commit comments

Comments
 (0)