Fork me on GitHub
#kaocha
<
2022-04-29
>
imre16:04:58

Hey folks, is there anything inherently special about the kaocha-cloverage plugin? I can't seem to be able to get it to run when I invoke kaocha programmatically

plexus17:04:21

it is a bit special because it reverses control, we hand over control to cloverage which calls back into kaocha. There might be a better way of solving this but somehow would have to do a deep dive to see what our options are.

imre17:04:36

Do you think it would work if I copied roughly what exec-fn does https://github.com/lambdaisland/kaocha/blob/main/src/kaocha/runner.clj#L191 ?