I have a sonar project running. but the issue is after each commit the technical debt value is flucating around += 10 difference why is that ? more over when i did one build the added debt was only 2 hrs but the overall technical debt is increased to 525 from 511. why is that ? now if i do one more commit and build it will be back to 511 again why is this big variation.
Are you changing the code in these commits? If so, it makes sense for the values to change.
Also – what language(s) are you analyzing?
And, as noted in the template post, what version of SonarQube are you using?