The last analysis has failed

Hi,

What you’ve shown is a Short-lived branch (SLB). The assumption is that all that matters to you is analysis of what has changed since the branch was … branched off of the main branch.

In 7.1 all that’s really available in terms of analysis for SLBs is the new issues raised in the branch. Your branch doesn’t add any issues, so that’s why you see an empty result set.

It’s not clear to me what you’re after when you ask for ‘an “Overview” of my branch, instead of a delta’, but 7.4 will add coverage reporting (assuming you feed in a coverage report) and possibly duplications, depending on how far we get by the end of the month. You can check our progress on our dogfood server, next.sonarqube.com. Here’s a PR with coverage.

BTW, SLBs and PRs don’t show delta from the last scan of master, but from their branch points. 7.4 will include some improvements here too, so since this is a topic of interest for you, you probably want to upgrade quickly once it’s out.

Does this make sense? Does it answer your questions?

Ann

2 Likes