Skip to content

Commit 0c9f2d7

Browse files
authored
ci: fix code coverage (#201)
1 parent 79a7ee9 commit 0c9f2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: npm run build
2929
- name: Run tests
3030
run: npm run test
31-
- name: Upload code coverage
32-
run: ./node_modules/.bin/codecov -t ${{secrets.CODECOV_REPOSITORY_TOKEN}}
31+
- name: Code coverage
32+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)