It doesn't cover the code if it is not in the fold...
# random
j
It doesn't cover the code if it is not in the folder matching the package (in the conventions you can skip common parent packages)
r
I think you got that part wrong, if you are referencing this part: Directory structure For example, if all the code in the project is in the org.example.kotlin package and its subpackages, files with the org.example.kotlin package should be placed directly under the source root, and files in org.example.kotlin.network.socket should be in the network/socket subdirectory of the source root. I would recommend https://ktlint.github.io/ to avoid such issues
j
The source folders comply with the Kotlin coding conventions. I can’t see how Ktlint is going to help me generate the Sonar coverage data properly.
r
How does your folder structure look like and what packages are in?
That is on source folder, however, I'm removing SonarQube integration... I will embed Jacoco report on the site