How to display code coverage after guard rspec call?
87 views
Skip to first unread message
Andrew Havens
unread,
Apr 8, 2013, 2:50:53 PM4/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guar...@googlegroups.com
I run my specs with guard and spork. I would like to see is a code coverage percentage in the console after running an individual spec. Is anyone else doing something like this? Can anyone advise me on how to configure this properly?
Thanks!
--Andrew
Thibaud Guillaume-Gentil
unread,
Apr 9, 2013, 5:08:57 AM4/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guar...@googlegroups.com
Hi Andrew, you could maybe try with a custom rspec formatter that display coverage percentage:
> --
> You received this message because you are subscribed to the Google Groups "guard-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to guard-dev+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>