This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-29
Channels
- # announcements (1)
- # babashka (15)
- # beginners (37)
- # calva (94)
- # cider (3)
- # clj-kondo (17)
- # cljsrn (2)
- # clojure (45)
- # clojure-europe (39)
- # clojure-germany (1)
- # clojure-norway (2)
- # clojurescript (16)
- # component (18)
- # conjure (1)
- # cursive (13)
- # datalevin (3)
- # datomic (12)
- # docker (2)
- # duct (5)
- # eastwood (2)
- # emacs (4)
- # events (8)
- # fulcro (8)
- # inf-clojure (5)
- # kaocha (8)
- # lsp (24)
- # malli (11)
- # meander (3)
- # off-topic (19)
- # polylith (11)
- # remote-jobs (4)
- # sci (61)
- # shadow-cljs (9)
- # spacemacs (34)
- # sql (10)
- # tools-deps (27)
- # xtdb (10)
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.
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 ?