1.0.5 • Published 7 years ago

danger-plugin-codecov v1.0.5

Weekly downloads
8
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago