We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5c544 commit d0c5782Copy full SHA for d0c5782
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Run tests
16
run: yarn cover
17
- name: Send covarage
18
- run: yarn add coveralls && cat ./coverage/lcov.info | coveralls
+ run: yarn add coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
19
env:
20
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
21
COVERALLS_SERVICE_NAME: "GitHub Action"
0 commit comments