1.0.5 • Published 6 years ago

danger-plugin-codecov v1.0.5

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

danger-plugin-codecov

npm version

Print coverage report from codecov.io

assets/result.png

Usage

Install:

yarn add danger-plugin-codecov --dev

At a glance:

// dangerfile.js|ts
import { schedule } from "danger";
import codecov from "danger-plugin-codecov";

schedule(codecov());

Options

schedule(
  codecov({
    callback: (baseResult: any, lastCommitResult: any) => {
      // Write your own stuff here with baseResult / lastCommitResult
      // JSON response of codecov.io API
    }
  })
);
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago