On Tue, Sep 28, 2010 at 3:15 PM, Michael Ossareh <ossa...@gmail.com> wrote:
>>    http://github.com/Seajure/radagast
>
> Funny you should mention that, I actually have a script which uses radagast
> and greps out the missed functions which begin with my namespace.

There's some customization built-in to Radagast (the
:radagast/ns-whitelist key in project.clj) that allows you to
whitelist Clojure namespaces. You could add in something that would
work the opposite; checking the namespace against a regex before it
bothers to instrument it for coverage.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to