radagast icon indicating copy to clipboard operation
radagast copied to clipboard

can't get anything reported as uncovered

Open kevinjamescasey opened this issue 8 years ago • 0 comments

I just did lein new app clojure-fun then added a function to clojure-fun.core but it never shows up as uncovered. Every time I run it just says "All covered."

Can you give an example of how to run it?

It looks like the first argument ("whitelist.*pattern") is a pattern that matches namespaces that you don't want instrumented. right? It seems more like a blacklist to me.

It appears than you specify the namespaces of the tests rather than the namespaces of the code that you want to check for coverage. right?

Thanks!

kevinjamescasey avatar Jun 11 '16 11:06 kevinjamescasey