Skip to content

Commit

Permalink
trying different coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
pat310 committed Jan 28, 2017
1 parent a8f7cec commit 13b1783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js",
"cover": "nyc mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"cover": "nyc --reporter=lcov mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 13b1783

Please sign in to comment.