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?it worked for me about regex for work integration
"-t" "^(?!.*?(?:integration)).*$"