We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa70a1d commit 24b0d75Copy full SHA for 24b0d75
fastlane/Fastfile
@@ -18,7 +18,6 @@ lane :unit_tests do
18
slather(
19
cobertura_xml: true,
20
output_directory: "./fastlane/test_output",
21
- proj: "./Branch-TestBed/Branch-TestBed.xcodeproj",
22
workspace: "./Branch-TestBed/Branch-TestBed.xcworkspace",
23
scheme: "Branch-TestBed-CI"
24
)
fastlane/Scanfile
@@ -1,6 +1,6 @@
1
workspace 'Branch-TestBed/Branch-TestBed.xcworkspace'
2
device 'iPhone 12'
3
-output_types 'html'
+output_types 'junit,html'
4
code_coverage true
5
clean true
6
output_directory 'fastlane/test_output/'
0 commit comments