EdgePetrol EdgePetrol npm version

danger-plugin-jest-codecov

Similar to codecov bot, it will print the code coverage difference on each PR

Usage

Install:

yarn add danger-plugin-jest-codecov --dev

At a glance:

// dangerfile.js
import jestCodecov from 'danger-plugin-jest-codecov'

jestCodecov('current_url_to_lcov_index_html', 'desired_branch_url_to_lcov_index_html')

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.