Skip to content

Commit

Permalink
Integrate with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kumabook committed Jan 15, 2017
1 parent c143ca0 commit e8e406c
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "nyc --reporter=lcov --reporter=text --reporter=text-summary mocha",
"coverage": "nyc report --reporter=text-lcov",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint ./**/*.js"
},
"repository": {
Expand All @@ -23,6 +23,7 @@
},
"homepage": "https://github.com/kumabook/nisemono#readme",
"devDependencies": {
"coveralls": "^2.11.15",
"eslint": "^3.13.1",
"eslint-config-es3": "^1.0.0",
"mocha": "^3.2.0",
Expand Down

0 comments on commit e8e406c

Please sign in to comment.