@start/plugin-lib-codecov
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

💯 plugin-lib-codecov

Send code coverage report to codecov.io.

Install

$ yarn add --dev @start/plugin-lib-codecov

Usage

Example

import sequence from '@start/plugin-sequence'
import find from '@start/plugin-find'
import read from '@start/plugin-read'
import codecov from '@start/plugin-lib-codecov'

export task = () =>
  sequence(
    find('coverage/lcov.info'),
    read,
    codecov
  )

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @start/plugin-lib-codecov

    Weekly Downloads

    31

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    3.21 kB

    Total Files

    5

    Last publish

    Collaborators

    • fosimus
    • psxcode
    • deepsweet