File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ ignore :
2
+ - " StreamChatSwiftUITests/**/*"
3
+ - " **/*_Tests.swift"
4
+ - " **/*_Mock.swift"
5
+ - " **/*_Vendor.swift"
6
+ - " **/Generated/*.swift"
7
+ github_checks :
8
+ annotations : false
Original file line number Diff line number Diff line change 95
95
96
96
def build_example_app ( scheme , options )
97
97
scan (
98
- project : "StreamChatSwifUI .xcodeproj" ,
98
+ project : "StreamChatSwiftUI .xcodeproj" ,
99
99
scheme : scheme ,
100
100
clean : true ,
101
101
build_for_testing : true ,
Original file line number Diff line number Diff line change
1
+ # For more information about this configuration visit
2
+ # https://docs.fastlane.tools/actions/scan/#scanfile
3
+
4
+ # In general, you can use the options available
5
+ # fastlane scan --help
6
+
7
+ devices(["iPhone 11"])
8
+
9
+ # Needed for codecov
10
+ code_coverage(true)
11
+
12
+ # Our integration tests need to run in parallel
13
+ disable_concurrent_testing(true)
14
+
15
+ configuration("Debug")
16
+
17
+ result_bundle(true)
18
+
19
+ skip_slack(true)
You can’t perform that action at this time.
0 commit comments