Zero code coverage shown for Cobol Code

Hi
I am trying to integrate Coverage report generated by Topaz CLI with SonarQube for a Cobol project. Even though 8 files have been added based on the report, but the code coverage always remains 0%.
PFB the analysis properties I am using
" -Dsonar.coverageReportPaths=Coverage/CodeCoverage.xml" +
" -Dsonar.sources=cobolcnv,copybookcnv" +
" -Dsonar.sourceEncoding=UTF-8" +
" -Dsonar.cobol.copy.directories=copybookcnv" +
" -Dsonar.ws.timeout=600" +
" -Dsonar.cobol.sql.catalog.csv.path=csvFiles" +
" -Dsonar.cobol.file.suffixes=cbl,cpy" +
" -Dsonar.cobol.copy.suffixes=cpy" +

Please let me know if any other information is required from my side.

Thanks and Regards
Surbhi


Hey there.

It looks like coverage on new code is at 0% – what’s your coverage on overall code look like?

Hi Colin
Thank you for your response. It seems a background task was still running earlier now when I ran it again this morning, I was able to see the coverage metrics.
Thanks, and Regards
Surbhi