skarfacegc / Gue

Gue - a shell command oriented task runner for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine all test runs for coverage

skarfacegc opened this issue · comments

Code slug to use ... from istanbuljs/nyc#681

"test-mocha": "node ./bin/nyc --no-clean --silent --temp-directory=./.self_coverage mocha ./test/nyc.js ./test/process-args.js",
"report": "node ./bin/nyc --temp-directory ./.self_coverage/ -r text -r lcov report",