Skip to content

Commit

Permalink
mocha-lcov-reporter and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
uniibu committed Jun 6, 2019
1 parent 89a9267 commit 55e78f9
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 10 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"send.js"
],
"devDependencies": {
"coveralls": "^3.0.4",
"koa": "2.7.0",
"koa-mount": "4.0.0",
"mocha": "6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1",
"supertest": "4.0.2"
},
Expand All @@ -29,9 +31,9 @@
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "nyc --reporter=html --reporter=text mocha",
"test-travis": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
"test-travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"engines": {
"node": ">= 8.0.0"
}
}
}
Loading

0 comments on commit 55e78f9

Please sign in to comment.