I am trying to run sonar-scanner for C code using build wrapper output. I am able to get the result for one folder using sonar scanner which created build wrapper output in linux and scanner publishes result in Sonar Dashboard But i am not able to get the consolidated output in a single project. For example, Folder1 and folder2 are coming as separate project in sonar dashboard, each folder has its own build wrapper output and i am not able to consolidate into one project
Folder1 |---- Makefile, test.c
Folder2 |---- Makefil, test2.c