SonarQube Jacoco Coverage Showing 0 after importing scala module dependency in Java Springboot App (Strange..)
We have Spring boot Java App. Jacoco coverage is showing zero in SonarQube when I import scala module(uses scoverage) as dependency. If I remove this dependency, it works perfectly fine in SonarQube. We ‘re building using ado pipeline.
However, it works in my local machine always with/without dependency.