Skip to content

Commit d0c5782

Browse files
fix: ci setting
1 parent 6a5c544 commit d0c5782

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run tests
1616
run: yarn cover
1717
- name: Send covarage
18-
run: yarn add coveralls && cat ./coverage/lcov.info | coveralls
18+
run: yarn add coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1919
env:
2020
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2121
COVERALLS_SERVICE_NAME: "GitHub Action"

0 commit comments

Comments
 (0)