1.0.0 • Published 8 years ago
@axioscode/diff-cover v1.0.0
diff-cover
Quick n' dirty way to visualize test coverage of files you've changed since your git branch started.

Requirements
git- a *nix with
paste - a project that is configured to use Jest for testing and coverage reports
npmoryarn
Usage
Install with
npmoryarn:yarn add --dev @axioscode/diff-coverRun:
yarn run diff-cover
Options
To change the base branch for coverage comparison, set the COVER_BASE environment variable:
COVER_BASE=stable yarn run diff-cover1.0.0
8 years ago