Must-share information (formatted with Markdown):
-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) : SonarQube
-
what are you trying to achieve : I am trying to setup SonarQube Code coverage using Azure devops but for some reason code coverage just shows 0.
not sure what step i am missing. -
what have you tried so far to achieve this
as a part of the process i tried following steps to get some results.
- prepare analysis on sonarqube
- npm install
- npm custom (run build – --prod)
- npm custom (test --code-coverage)
- publish code coverage
- publish test results
- run code analysis
- publish quality gate result
So can someone please help me to see if i have to add/modify/delete some steps to make it working.
