danger-plugin-jest-codecov
v0.0.8
Published
Similar to codecov bot, it will print the code coverage difference on each PR
Downloads
66
Readme
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.