gulp-coveralls

v0.1.4
Gulp plugin to submit code coverage to Coveralls
gulpplugin coverage

test

jshint index.js && istanbul cover ./node_modules/mocha/bin/_mocha --report lcov -- -R spec

coveralls

istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info && gulp coveralls && rm -rf ./coverage
npm i gulp-coveralls

Metadata

  • Unknown
  • >=0.10.0
  • Mark Dalgleish
  • released 4/26/2015

Downloads

Maintainers