- ALM used - GitHub
- CI system used - AWS
- Scanner command used when applicable (private details masked)
- Languages of the repository - JavaScript VueJS
My code coverage always shows 0.0% even though I have unit tests running for the project.
I have setup sonarcloud for 3 repos the other 2 repos are running on NodeJs and this is the frontend application running on VueJs.
The only difference for the project setup is test environment set to “jsdom” for vuejs project and for the other 2 projects its node.
testEnvironment : ‘jsdom’,