Issue in Coverage/New code Coverage in sonar dashboard

Hi All,

I have java project and running in ANT build pipeline. I can see that coverage report is generating in local as well in workspace but in sonarqube its not showing any data. we are using jacoco for code coverage tool. i can see the log says that coverage report (xml)is getting generated importing in sonar dashboard.

Please help me on this

Note: One project is directly using ANT build and other one using ANT tasks via maven-antrun-plugin