Skip to content

Commit 963a8f9

Browse files
committed
use codecov-actions
1 parent 9c0ad86 commit 963a8f9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
- run: npm install -g nyc
2929
- run: npm ci
3030
- run: npm run test:cover
31-
- run: curl -Os https://cli.codecov.io/latest/linux/codecov && chmod +x codecov
32-
- run: ./codecov --verbose upload-process -f coverage/coverage-final.json
31+
32+
- uses: codecov/codecov-action@v5
33+
with:
34+
files: coverage/coverage-final.json
35+
token: ${{ secrets.CODECOV_TOKEN }}
3336

3437
browser:
3538
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)