--
You received this message because you are subscribed to the Google Groups "karma-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to karma-users...@googlegroups.com.
To post to this group, send email to karma...@googlegroups.com.
Visit this group at http://groups.google.com/group/karma-users.
For more options, visit https://groups.google.com/groups/opt_out.
Did you see http://karma-runner.github.io/0.8/config/coverage.html ? Make sure you configure the reporter to generate html output and you should be fine.
Btw, I recommend only running coverage as a separate build not during development, as it slows down and makes debugging harder (each file has to be preprocessed).
V.On Tue, Jun 25, 2013 at 12:21 PM, Allen Bierbaum <abie...@gmail.com> wrote:I am looking into using Karma for one of our projects and have been evaluating it.--So far I love the integration but ran into a problem with the coverage reporting. Namely I can get the text summary to show in the console which is great for showing users quick feedback, but when I do that I can't find a way to also generate the HTML report so people can go see the details.My example is here: https://github.com/abierbaum/test_karma/tree/report_questionIs there a way to configure coverage so that it both writes a summary to the console and creates a full html report?On a related question would it be possible to have the report generator for the full HTML report print a full file path to the report on the console? That would make it much easier for developers to click on the link to get to the full details to track down places they want to improve coverage.Thanks,Allen
You received this message because you are subscribed to the Google Groups "karma-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to karma-users...@googlegroups.com.
To post to this group, send email to karma...@googlegroups.com.
Visit this group at http://groups.google.com/group/karma-users.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "karma-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/karma-users/T5JhAiNKXek/unsubscribe.
To unsubscribe from this group and all its topics, send an email to karma-users...@googlegroups.com.