Difference between Pull Request Analysis and Branch Analysis

Hi Team,

Need help I need to know what are the issues that are found in Branch Analysis(File Level) that are not found in PR(line level) in short please if someone can provide list of the issues can be detected in line level but not in file level that would be very helpful.
Thanks!

Hi,

Welcome to the community!

Only issues that are new in the PR (new in it’s underlying branch since the branch point) are raised in a PR. All issues are raised in a branch.

So if your branch issue is not on a line that’s considered “new code” in the PR, you won’t see it in PR analysis.

Does that help?

 
Ann