Issue
I have migrated to Java 11 from Java 8. Below are the plugin changes made:
Java version : 11
Jacoco version : 0.8.4
But on updating these, code coverage is not showing up. Earlier it was showing while on java 8.
Solution
Upgrading sonar version to 6 fixed the issue
Answered By - usr_11
Answer Checked By - Terry (JavaFixing Volunteer)