We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06bc44 commit 843cf1fCopy full SHA for 843cf1f
docs/sonarqube-fastlane.md
@@ -9,7 +9,7 @@ Then add the following lane.
9
lane :metrics do
10
scan(scheme: "[SCHEME]", code_coverage: true, derived_data_path: "./DerivedData", output_directory: "./reports")
11
slather(cobertura_xml: true, jenkins: true, scheme: "[SCHEME]", build_directory: "./DerivedData", output_directory: "./reports", proj: "./[PROJECT].xcodeproj")
12
- lizard(source_folder: "[SOURCE_FOLDER]", language: "swift", export_type: "xml", report_file: "report/lizard-report.xml")
+ lizard(source_folder: "[SOURCE_FOLDER]", language: "swift", export_type: "xml", report_file: "reports/lizard-report.xml")
13
swiftlint(output_file: "./reports/swiftlint.txt", ignore_exit_status: true)
14
sonar
15
end
0 commit comments