Fork me on GitHub
#cloverage
<
2020-10-05
>
svt08:10:59

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?

fabrao00:01:41

it worked for me about regex for work integration

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