Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lukyth committed Mar 14, 2018
1 parent 5aca84b commit 21edef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- node_modules
- run:
command: |
npm test
npm run test:coverage
cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
deploy:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -15,6 +15,7 @@
"clean": "nwb clean",
"start": "nwb serve",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server",
"prepare": "npm run build"
},
Expand Down

0 comments on commit 21edef4

Please sign in to comment.