New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-coveralls

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-coveralls

Gulp plugin to submit code coverage to Coveralls

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
64
decreased by-83.84%
Maintainers
1
Weekly downloads
 
Created
Source

NPM version Build Status Coverage Status Dependency Status

gulp-coveralls

Gulp plugin to submit code coverage to Coveralls.

Usage

First, install gulp-coveralls as a dev dependency:

$ npm install --save-dev gulp-coveralls

Then, add it to your gulpfile.js:

var coveralls = require('gulp-coveralls');

gulp.src('test/coverage/**/lcov.info')
  .pipe(coveralls());

License

MIT License

Keywords

FAQs

Package last updated on 26 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc