Hi,
Thanks for your work on this extension.
I've tried to pass the --test-coverage-exclude cli flag to the nodejs-testing.extensions's parameter config option, but it doesn't seem to have the intended effect.
I think i can fix this by passing the cli arguments here:
|
(report as any).exclude.exclude.push("**/runner-loader.js"); |
I can try putting together a PR to make the coverage reporter aware of the flag, but I'm not sure what the contribution process is.