Analysis failing on develop. ID: e0eda79e-41f9-4a62-9bbd-379200ac3803

Hey,

Our develop branch failed to be analyzed for over 8 months. I already opened one case, but it couldn’t be resolved. I tried a couple of things, but none of them made it work on develop. The PRs get analyzed just fine, but develop keeps failing. I can’t seem to find the reason.

  • ALM used GitHub
  • CI system used GitHub Actions
  • Languages of the repository swift

Best regards,
David

Hey David.

I would make sure that you are excluding third-party libraries from analysis. This can be done in a .sonarcloud.properties file or by adjusting the Analysis Scope in the Administration section of your project.

As a rule, libraries should not be included in analysis (or typically, checked into a repository)