mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Generate cobertura xml report for codecov to pick up
This commit is contained in:
parent
bb589d57a4
commit
fdbb0fc089
@ -92,6 +92,14 @@ end
|
||||
|
||||
lane :tests do
|
||||
run_tests()
|
||||
|
||||
slather(
|
||||
cobertura_xml: true,
|
||||
output_directory: "./fastlane/test_output",
|
||||
proj: "ElementX.xcodeproj",
|
||||
scheme: "ElementX",
|
||||
)
|
||||
|
||||
end
|
||||
|
||||
desc "Upload IPA to Diawi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user