How to configure sonarqube on multimodule project? I have Gradle multimodule project which has two submodules: 1) scala submodule 2) java submodule. For now project tuned to use scalatest and scalatest reports files to use in sonarqube. I need second submodule make junit tests and reports and to add it to overall test coverage. Tests on java module should cover first(scala submodule) code.
- Is it possible?
- What steps do I need to take to implement this?