I have a problem related Tech Debt ratio on new code . when i introduce new code smells , I can see that Debt increased on the new code however the debt ratio always shown as 0 . I have tried changing development code (10 ,15,20) but still i am seeing same issue .
Did i missed any configuration
After couple of days struggle, We found that answer,
if SCM is not configured then "Technical Debt Ratio on new code" won't be computed (details in development story https://jira.sonarsource.com/browse/SONAR-5876)
For Maven based project,
Enable and Add SCM details in SonarQube
Run the Sonar scan your project