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
Ah okay I just stumbled upon https://github.com/lambdaisland/kaocha-cloverage/issues/16
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.
Thanks
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 ?
Nice!