Skip to content

Commit

Permalink
updated coverall job
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianlzy committed Jan 28, 2017
1 parent d5384b9 commit 7ec3b6f
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 @@ -4,9 +4,9 @@
"description": "A simple debugging log for superagent",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register *.spec.js",
"test": "_mocha --compilers js:babel-core/register *.spec.js",
"test:coverage": "nyc --reporter=html --reporter=text npm run test",
"coverage": "nyc report --reporter=text-lcov npm run test | coveralls",
"coverage": "nyc --reporter=text-lcov npm run test | coveralls",
"build": "babel index.js -d lib"
},
"keywords": [
Expand Down

0 comments on commit 7ec3b6f

Please sign in to comment.