Hello,
I have analyzed my project with following lines. But no analyze result for the project folder. But another folder looks like analyzed. What is the problem?
dotnet sonarscanner begin /d:sonar.token=${SONAR_TOKEN} /k:“TTT_Api” /d:sonar.host.url=“${SONAR_HOST_URL}” /v:${CI_COMMIT_BRANCH}
It looks like the project in question was detected as a test project. We don’t count Lines of Code for tests, only for source files. That would be why you can have issues but no lines of code.