Skip to content

Commit 9c0ad86

Browse files
committed
codecov
1 parent 6554137 commit 9c0ad86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm ci
3030
- run: npm run test:cover
3131
- run: curl -Os https://cli.codecov.io/latest/linux/codecov && chmod +x codecov
32-
- run: ./codecov -f coverage/*.json
32+
- run: ./codecov --verbose upload-process -f coverage/coverage-final.json
3333

3434
browser:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)