Skip to content

Commit

Permalink
added coveralls (via npx)
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Aug 27, 2019
1 parent 88cf7a9 commit cf0f402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: code coverage
run: |
npm run test-coverage -- --chrome $(which google-chrome-stable) --allow-chrome-as-root
cat ./coverage/lcov.info | coveralls lib
cat ./coverage/lcov.info | npx coveralls lib
if: matrix.node-version == 10

0 comments on commit cf0f402

Please sign in to comment.