kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-11-19T16:50:51.092400Z

I'm trying to use kaocha-cloverage, but if I have some regexps in the :cloverage/opts map aero fails to load it

2020-11-19T16:51:11.093Z

blowing up, since I think it tries to parse them with the reader macros?

2020-11-19T16:51:56.094100Z

the cloverage map however should really just be passed it into cloverage without as is, any idea how to do it?

2020-11-19T16:54:10.094600Z

and actually if I leave them as strings cloverage blows up, since it expects regexps

2020-11-19T16:54:40.095600Z

I kind of suspect that it doesn't work atm

2020-11-19T16:56:05.096600Z

ah I found an issue and a PR about it though, so maybe just one of the regex config vars not handled properly

2020-11-19T17:01:45.097100Z

yeah that was it, I'll open a PR to fix it