Re: Generating test coverage data from a multi-language project

2020-07-29 Thread Farzad Pezeshkpour
;d do if you had e.g. a "fast" path that uses an optional > dependency and a fallback path and still want to get perfect coverage.) > > hope that helps, > lvh > > >> On Thu, Jul 2, 2020 at 8:18 AM Farzad Pezeshkpour >> wrote: >> Hi, >> >>

Generating test coverage data from a multi-language project

2020-07-02 Thread Farzad Pezeshkpour
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