Sonar Enterprise Edition Version 10.2 (build 77647)
We are using different azure devops pipelines to build parts of our application. First type of build is .NET code, then another pipeline compiles frontend - typescript, for example.
But probably because of the fact that every compilation contains quite different number of issues we see teeth in history graph of issues. Is it possible to somehow instruct sonar to combine more builds into one representation of data-graph?
For example all builds in one day? Or any other way?
I was going to ask you to check the changelog of a few issues for repeated toggles between Open and Closed, but… it looks like that might have been factored out of the UI (hopefully accidentally).
Anyway… Since there’s not much you can check on your end, I’m going to pass this straight on to the team.
Thanks for checking. We’ve got a ticket for this, but we’re still in the dark on the underlying cause, so I’ve flagged this for the team in case they have questions for you.
Analyses are not additive. Each new one naturally and fully replaces the previous one. So you need to analyze both your ends together () or as two separate projects.