Analyzing testing code using GitHub actions

Hello,
I use GitHub actions with Maven and SonarCloud. the first time I made SonarCloud project, it was automatically analyzed and the test code was also analyzed and SonarCloud told me about Lines of code and code smells and so on. now that I use GitHub actions, automatic analysis is off, and the test code is not analyzed anymore. is this a problem in my configuration of GitHub actions, or the test code shouldn’t be analyzed?

Hi @amrsamii,

What language are you analyzing? I ask because Maven projects usually contain Java code, and this is not supported by Automatic Analysis.

I use kotlin

I don’t understand why test code is not analyzed