Skip to content

Commit

Permalink
Report coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ckosmowski committed Nov 11, 2018
1 parent c1f70a9 commit 22ed315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"test": "jest --ci --coverage",
"test": "jest --coverage && cat ./coverage/lcov.info | yarn coveralls && rm -rf ./coverage",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "tsc"
Expand Down

0 comments on commit 22ed315

Please sign in to comment.