Hey guys,
I’m trying to set up sonarcloud to analyse a Unity project (C#) in GitHub using Circle CI.
It seemed before I signed up that sonarcloud would analyse C# projects hosted in GitHub out of the box, but I’ve thrown a whole day into trying to get it set up now and still to no avail.
I followed the steps to setup SonarCloud with Circle CI. It worked, but it’s saying that my master branch has no lines of code.
I’ve been trying to set up and install sonarqube manually in CI with a custom config for a while now and I feel like I’m getting nowhere.
Do you have any advice at all for using SonarCloud with Unity? or for analysing specifcally C# projects in Circle CI?
Thanks