Sonarcloud always shows code coverage as 0% even though my azure pipelines correctly shows the value on the build summary.
What could be going wrong, my quality gate is breaking unnecessary, even though i have a very good code coverage. Kindly help out.
-
ALM used : Azure DevOps
-
CI system used : Azure DevOps
-
Scanner command used :sonar.python.coveragePath=*coverage.xml
-
Languages of the repository: Python
-
Error observed : None