mick-whats / issues

MIT License
0 stars 0 forks source link

カバレッジのバッジを出す方法 #2

Open mick-whats opened 9 years ago

mick-whats commented 9 years ago

https://coveralls.io/ githubでサインイン 目的のリポジトリのスイッチをオン

  "scripts": {
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "coffee-script": "^1.8.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0"
  }

mick-whats/rrq | Coveralls - Test Coverage History & Statistics