Skip to content

Commit 6554137

Browse files
committed
use new codecov uploader
1 parent f829273 commit 6554137

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
cache: npm
2626
node-version: ${{ matrix.node-version }}
2727

28-
- run: npm install -g nyc codecov
28+
- run: npm install -g nyc
2929
- run: npm ci
3030
- run: npm run test:cover
31-
- run: codecov -f coverage/*.json
31+
- run: curl -Os https://cli.codecov.io/latest/linux/codecov && chmod +x codecov
32+
- run: ./codecov -f coverage/*.json
3233

3334
browser:
3435
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)