python-sonarqube-api icon indicating copy to clipboard operation
python-sonarqube-api copied to clipboard

get_component_tree_with_specified_measures(..) returns null for code_smells and coverage

Open Sid11 opened this issue 4 years ago • 0 comments

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?

Sid11 avatar Nov 19 '21 06:11 Sid11