gulp-codecov
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/gulp-codecov package

3.0.5 • Public • Published

NPM version Build Status Coverage Status Dependency Status Dev Dependency Status npm Downloads code style: prettier

gulp-codecov

Greenkeeper badge

Gulp plugin to submit code coverage to Codecov.io.

Usage

First, install gulp-codecov as a dev dependency:

$ npm install --save-dev gulp-codecov

Then, add it to your gulpfile.js:

var codecov = require('gulp-codecov')
 
gulp.src('./coverage/lcov.info').pipe(codecov())

License

MIT License

/gulp-codecov/

    Package Sidebar

    Install

    npm i gulp-codecov

    Weekly Downloads

    69

    Version

    3.0.5

    License

    MIT

    Unpacked Size

    21.3 kB

    Total Files

    11

    Last publish

    Collaborators

    • eddiemoore