Goodmorning I filed a P…
Goodmorning, I filed a PR (https://github.com/nrwl/nx/pull/2645) for an issue that I’m suffering when I want to use a codecoverage reporter for my CI build.
When I run npm run test --codeCoverage --ci --codeCoverageReporters=cobertura
I get the following Error:
Failed to write coverage reports:
ERROR: TypeError: coverageReporters.forEach is not a function
STACK: TypeError: coverageReporters.forEach is not a function
GitHub: fix(testing): issue passing coverageRepoters commandline by kristofdegrave · Pull Request #2645 · nrwl/nx