Skip to content

Commit

Permalink
chore(coverage): add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Nov 16, 2017
1 parent 9af6345 commit 186c6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
repo_token: THCUbTDPbgNhzzNPYyc4XJGbR8jmWzstD
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -21,7 +21,8 @@
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage --ci --runInBand",
"test:ci": "yarn validate",
"test:ci": "yarn lint && yarn flow && yarn test:cov && yarn add:coveralls",
"add:coveralls": "cat ./coverage/lcov.info | coveralls",
"validate": "yarn lint && yarn flow && yarn test"
},
"lint-staged": {
Expand Down

0 comments on commit 186c6cc

Please sign in to comment.