I'm trying to use kaocha-cloverage, but if I have some regexps in the :cloverage/opts map aero fails to load it
blowing up, since I think it tries to parse them with the reader macros?
the cloverage map however should really just be passed it into cloverage without as is, any idea how to do it?
and actually if I leave them as strings cloverage blows up, since it expects regexps
I kind of suspect that it doesn't work atm
ah I found an issue and a PR about it though, so maybe just one of the regex config vars not handled properly
yeah that was it, I'll open a PR to fix it