On 9/24/07, Brandon Keepers <[EMAIL PROTECTED]> wrote:
> When I run spec:rcov on my continuous integration server, the rcov
> report is including many other libraries in the report, including
> some from standard lib and gems.  Has anyone else had this problem or
> have any ideas for how to limit it just to coverage of code in app/
> and lib/?
>

Read the RCov manual and pass command line options to it via the RSpec
rake task's rcov_opts attribute.

Aslak

> Thanks,
> Brandon
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to