Steps:
- Installed coverity
- Configured compiler
cov-configure --javascript
cov-configure --cs
- I am stuck at the build step of cov-build. Yarn is used to run and configure the service. But I am not sure what coverity wants here.
I tried a couple of npm run commands, every time end up getting this:
[WARNING] No files were emitted. This may be due to a problem with your configuration or because no files were actually compiled by your build command. Please make sure you have configured the compilers actually used in the compilation.
I also tried different compilers, but no luck. What should be done in this case?