0.2.4 • Published 8 years ago
covermy v0.2.4
covermy
show lines that have been changed by you that are not covered, that you are trying to merge to master
| Prop | Default | Optional | Description |
|---|---|---|---|
| generate | false | yes | generate coverage report |
| info | uses find | yes | path to lcov.info |
| verbose | false | yes | show code for uncovered line |
| whoami | false | yes | specifies a user other than the current git config user |
return: std.out
install:
yarn
yarn add --dev covermyor npm
npm install --dev covermythen add
"covermy": "covermy",to the "scripts" section of your package.json
usage:
yarn
yarn covermyor npm
npm run covermyyarn with flags
yarn covermy --generate --verbose --info "path/to/lcov.info" is the same as
yarn covermy -G -V -I "path/to/lcov.info"