CI system = GitHub actions
project url = SonarCloud
when CI analysis is triggered (push) it starts running, just after it finished an automatic analysis starts causing a failed 0% code coverage, even its disabled. So if i see my checks on github i see:
SonarCloud / Build and analyze (push), the CI analysis that is successful,
and
SonarCloud Code Analysis (failed)
Analysis ID = 1227e15f-852d-4b82-9fe0-0635043ae4fd
You say you’ve disabled automatic analysis. I assume that was via the UI, right?
Does your project contain a .sonarcloud.properties file?
I believe disabling automatic analysis via the UI should have been enough, but if the file exists, could you remove it (or rename it) and see if that fixes the problem?