Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the option of exporting code coverage to the yogi test help message #99

Merged
merged 1 commit into from Jul 8, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/cmds/test.js
Expand Up @@ -620,6 +620,7 @@ mods = {
'from ./src to test all',
'--port <number> to change the testing port',
'--coverage to generate a coverage report',
'--coverdir <Path> generate a full lcov coverage report here',
'--cli to run only cli tests',
'--filter (min|raw|debug) pass filter to test files',
'--functional Also run the Selleck functional tests',
Expand Down