Skip to content

Commit 24b0d75

Browse files
committed
Updated Scanfile to include again "junit" output format and Fastlane to remove .proj (not required))
1 parent aa70a1d commit 24b0d75

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ lane :unit_tests do
1818
slather(
1919
cobertura_xml: true,
2020
output_directory: "./fastlane/test_output",
21-
proj: "./Branch-TestBed/Branch-TestBed.xcodeproj",
2221
workspace: "./Branch-TestBed/Branch-TestBed.xcworkspace",
2322
scheme: "Branch-TestBed-CI"
2423
)

fastlane/Scanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workspace 'Branch-TestBed/Branch-TestBed.xcworkspace'
22
device 'iPhone 12'
3-
output_types 'html'
3+
output_types 'junit,html'
44
code_coverage true
55
clean true
66
output_directory 'fastlane/test_output/'

0 commit comments

Comments
 (0)