we are using NodeJS for web(UI) jest tool for code coverage, we are able to get the test results in local but not in sonar cloud any suggestions could be appreciated !
we are using NodeJS for web(UI) jest tool for code coverage, we are able to get the test results in local but not in sonar cloud any suggestions could be appreciated !
Hey there.
A good place to start is the documentation on JavaScript/TypeScript Code Coverage
@Colin do we have any documentation for React JS even ?
The framework is unimportant – what’s important is generating an lcov report for your project and passing it to the analysis.
@Colin thanks !!