Generate cobertura xml report for codecov to pick up

This commit is contained in:
Stefan Ceriu 2022-05-09 14:02:18 +03:00
parent bb589d57a4
commit fdbb0fc089

View File

@ -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"