Hey Farzad,
Sorry for the late reply. I'm the person maintaining Cloverage, so I
figured I'd share how I'd proceed.
Is it actually necessary for you to run Clojure tests via Junit? Cloverage
works by instrumenting forms, so it has Opinions(TM) on how it wants to be
run. However, most coverage too
Thank you Laurens
I guess that if our Clojure code was running in a distinctly separate process,
it would be relatively simple to run Cloverage against that process.
Unfortunately our challenge is that the clojure parts of our system are
*embedded* within a single process together with other mo