cloverage

svt 2020-10-05T08:47:59.001700Z

Hi, I’m trying to exclude namespace from coverage, I’ve tried using

:ns-exclude-regex ["^(foo.routes.pact)"]
but this not is not excluding the namespace Is there anything I’m missing?

fabrao 2022-01-07T00:00:41.001200Z

it worked for me about regex for work integration

"-t" "^(?!.*?(?:integration)).*$"