Skip to content

Commit

Permalink
Test coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kostia-official committed May 5, 2017
1 parent 71bdd1b commit 5032258
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,7 +8,7 @@
"build": "babel -d dist/ src/",
"prepublish": "npm run build",
"ava": "ava -vs test/**/*.test.js",
"test": "nyc npm run ava && nyc report --reporter=lcov > coverage.lcov && codecov",
"test": "nyc npm run ava && nyc report --reporter=text-lcov | coveralls",
"test:dev": "nyc npm run ava && nyc report --reporter=html"
},
"dependencies": {
Expand All @@ -26,7 +26,7 @@
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.22.0",
"body-parser": "1.17.1",
"codecov": "2.1.0",
"coveralls": "2.13.1",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.1.3",
"eslint-plugin-import": "2.2.0",
Expand Down

0 comments on commit 5032258

Please sign in to comment.