python-sonarqube-api
python-sonarqube-api copied to clipboard
get_component_tree_with_specified_measures(..) returns null for code_smells and coverage
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?