shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 77 forks source link

get_component_tree_with_specified_measures(..) returns null for code_smells and coverage #39

Closed Sid11 closed 1 year ago

Sid11 commented 2 years ago

I am using SonarQubeClient(..).measuers.get_component_tree_with_specified_measures(metricKeys="code_smells,bugs,vulnerabilities,coverage") returns proper value for bugs and vulnerabilies but returns 0 for code_smells and coverage most of the times.

This behaviour happens randomly. ( Some days it gives proper values and some days it just returns 0 ) [ No code change ]

Is there going to be a fix here or it this already fixed?