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
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
Hi,
We are working with a multi-language project composed of a combination of
Kotlin and Clojure modules. All modules have several unit and integration
tests. During the build, we employ jacoco for getting coverage data for the
Kotlin source.
What we would like to achieve is coverage data for b