Unit test count is not displaying for scala maven project

We are using Sonarqube Community EditionVersion 8.9 (build 43852)
We have both Scala and Java projects using maven builds, and able to generate code coverage and Unit Test count for Java maven projects (Used Jacoco maven plugin)
For Scala maven project we are using scoverage maven plugin to generate the coverage report and unit test, but unit test count is not showing for scala projects.

Hi,

Welcome to the community!

Your version is past EOL. You should upgrade to either the latest version or the current LTS at your earliest convenience. Your upgrade path is:

8.9 → 9.9 → 10.0 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

If your error persists after upgrade, please come back to us.

 
HTH,
Ann

Hello Ann,
As suggested we have updated our sonarqube version.
Current version is 9.9 LTS

Still we are not able to populate Unit test coverage for our Scala Maven projects.
Can you help on this?
Do you have any documentation for unit test coverage for Scala Mvaen projects?

Thanks
Anand

Hi Anand,

Congratulations on your upgrade!

The docs should help. Note that Scala is listed twice, once with the JVM languages and once on its own.

 
HTH,
Ann