0.2.4 • Published 6 years ago

covermy v0.2.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

covermy

show lines that have been changed by you that are not covered, that you are trying to merge to master

PropDefaultOptionalDescription
generatefalseyesgenerate coverage report
infouses findyespath to lcov.info
verbosefalseyesshow code for uncovered line
whoamifalseyesspecifies a user other than the current git config user

return: std.out

install:

yarn
yarn add --dev covermy
or npm
npm install --dev covermy

then add

"covermy": "covermy",

to the "scripts" section of your package.json

usage:

yarn
yarn covermy
or npm
npm run covermy
yarn with flags
yarn covermy --generate --verbose --info "path/to/lcov.info" 

is the same as

yarn covermy -G -V -I "path/to/lcov.info" 

notes:

currently only supports .js files and lcov.info coverage format
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago