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 --coverage_html support to cli #109

Merged
merged 2 commits into from
Feb 4, 2013
Merged

Add --coverage_html support to cli #109

merged 2 commits into from
Feb 4, 2013

Conversation

ronen
Copy link
Contributor

@ronen ronen commented Feb 4, 2013

Unless I'm missing something (I'm new to guard-jasmine), there was no way to get html coverage when running shell-level guard-jasmine outside of guard. So I added --coverage_html to the CLI options, and passed it along.

The only extra liberty I took is to have --coverage_html imply --coverage. Seems reasonable to me that
$ guard-jasmine --coverage_html
should work, rather than needing
$ guard-jasmine --coverage --coverage_html

Thanks much for putting all this together!

Enable running $ guard-jasmine --coverage_html to generate the html coverage report.
@ronen
Copy link
Contributor Author

ronen commented Feb 4, 2013

...and I quickly realized that I wanted coverage summary as well. Added that to this request likewise.

@netzpirat netzpirat merged commit 24e8b6c into guard:master Feb 4, 2013
@ronen ronen deleted the patch-2 branch February 4, 2013 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants