Skip to content

Commit

Permalink
send to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesedfan committed Apr 12, 2018
1 parent 2f44872 commit 97e8af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "sh build.sh",
"prepublish": "npm run build",
"test": "jest"
"test": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"keywords": [
"api",
Expand All @@ -24,6 +24,7 @@
},
"homepage": "https://github.com/chinesedfan/parrot-mocker",
"devDependencies": {
"coveralls": "^3.0.0",
"jest": "^22.4.2",
"jsdom": "^11.7.0",
"raw-loader": "^0.5.1",
Expand Down

0 comments on commit 97e8af1

Please sign in to comment.