Sonar report is not generated for angular+dotnet

I am trying to generate a Sonar report using GitHub workflows, where I can generate Sonar reports for .NET and Angular when I build in a short-lived branch. However, when I merge the code to a long-lived branch, the analysis is not generated for .NET related files. Has anyone faced this issue?

Hi,

Welcome to the community!

Writing the full workflow is a bit out of scope for us, but this sounds like a workflow problem. Are you sure the workflow is written to trigger analysis on your long-lived branch changes?

 
Ann

Hi Ann

Thanks for the reply.

The issue is resolved now; we found a problem in the workflow.

1 Like