mosesliao / fastlane-plugin-lizard

🦎Official fastlane plugin for lizard code complexity analytics 🦎
http://www.lizard.ws/
MIT License
27 stars 13 forks source link

lizard-report.xml created as per lizard() is not parsing in sonarqube and not printing the code complexity stats. #49

Open cah-iswaria-sasi opened 5 months ago

cah-iswaria-sasi commented 5 months ago

i tried to transform xml to sonar_transform_xml but it failed. please help on this issue. its blocking our pipeline works

lizard(source_folder: "./Packages/Account/Sources", verbose: true, language: "swift", export_type: "xml", report_file: "sonar-reports/lizard-report.xml")

its creating an xml file with details but not parsing in sonarqube @terryyin

mosesliao commented 3 weeks ago

Hi. do you have the error message?