Skip to content

Commit

Permalink
chore: fix bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 8, 2020
1 parent 2b1ab69 commit 2fed2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 13
- run: npm install
- run: npm test
- run: c8 report --reporter=text-lcov | coveralls
- run: ./node_modules/.bin/c8 report --reporter=text-lcov | ./node_modules/.bin/coveralls
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"

0 comments on commit 2fed2a7

Please sign in to comment.