- ALM used (Bitbucket Cloud)
- CI system used (Bitbucket Cloud)
- Scanner command used when applicable: sonarscanner pipe available in bitbucket pipeline
- Languages of the repository: NodeJs
We are using sonarscanner pipe with NodeJs repo in Bitbucket pipeline.
We are able to see the scan timestamp updated in sonar cloud dashboard but the coverage % is not reflected.
We are using Jest for testing the code and used jest-scan-reporter to send the reports to sonarcloud.
This setup is neither working from local nor from bitbucket pipeline.