You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: