You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.I am using lizard for code duplicate detection.
2. Executing the lizard using fastlane
ex:- lizard(language: "swift", export_type: "xml", report_file: "./sonar-reports/lizard-report.xml")
3. lizard-report.xml report is getting generated inside the sonar-reports but not updating the report in SonarQube server.
New Issue Checklist
Issue Description
1.I am using lizard for code duplicate detection.
2. Executing the lizard using fastlane
ex:- lizard(language: "swift", export_type: "xml", report_file: "./sonar-reports/lizard-report.xml")
3. lizard-report.xml report is getting generated inside the sonar-reports but not updating the report in SonarQube server.
Command executed
lizard(language: "swift", export_type: "xml", report_file: "./sonar-reports/lizard-report.xml")
Complete output when running fastlane, including the stack trace and command used
Environment
The text was updated successfully, but these errors were encountered: