Fork me on GitHub
#kaocha
<
2020-11-19
>
andrea.crotti16:11:51

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

andrea.crotti16:11:11

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

andrea.crotti16:11:56

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

andrea.crotti16:11:10

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

andrea.crotti16:11:40

I kind of suspect that it doesn't work atm

andrea.crotti16:11:05

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

andrea.crotti17:11:45

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