Now I see why people probably don't use rcov with rails.  It's
heuristics don't seem to be compatible.  I have one unit test that's
just does a simple assert, yet rcov thinks 19% of my code is covered
(over 100 models and 20+ classes in lib).  You can't avoid loading
most of your classes in rails, yet the simple act of loading the
classes means rcov thinks a lot of it is 'covered'.

So what are people using to measure code coverage in rails?

Chris

On Thu, Aug 25, 2011 at 12:01 PM, snacktime <[email protected]> wrote:
> I'm having a hard time finding any examples of the right way to use
> rcov with autotest and test unit under rails.    I can't find a single
> blog post that covers this.
>
> In particular examples of what you put in .autotest would be very helpful.
>
> Chris
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to