File tree 6 files changed +9
-29
lines changed
6 files changed +9
-29
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : [ main ]
6
6
7
+ pull_request :
8
+ branches : [ develop ]
9
+
7
10
jobs :
8
11
9
12
swiftLint :
Original file line number Diff line number Diff line change @@ -117,3 +117,5 @@ Addame/Configs/Production.xcconfig
117
117
* .dSYM. *
118
118
/fastlane /report.xml
119
119
/fastlane /FastlaneRunner
120
+ test_output /report.html
121
+ test_output /report.junit
Original file line number Diff line number Diff line change 1
1
disabled_rules :
2
+ - empty_enum_arguments
2
3
- vertical_parameter_alignment_on_call
3
4
- weak_delegate
4
5
- vertical_parameter_alignment
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ class Fastfile: LaneFile {
26
26
func buildLane( ) {
27
27
desc ( " Build for testing " )
28
28
scan ( workspace: " Addame.xcworkspace " ,
29
+ scheme: " Addame " ,
29
30
derivedDataPath: " derivedData " ,
30
31
buildForTesting: . userDefined( true ) ,
31
32
xcargs: " CI=true " )
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ <h1>Test Results</h1>
110
110
</ section >
111
111
< section class ="right ">
112
112
< section id ="counters ">
113
- < h2 id ="test-count "> < span class ="number "> 1 </ span > tests</ h2 >
113
+ < h2 id ="test-count "> < span class ="number "> 0 </ span > tests</ h2 >
114
114
115
115
</ section >
116
116
< section id ="segment-bar ">
@@ -120,29 +120,6 @@ <h2 id="test-count"><span class="number">1</span> tests</h2>
120
120
</ header >
121
121
< section id ="test-suites ">
122
122
123
-
124
- < section class ="test-suite passing " id ="EventFormViewTests.EventFormViewTests ">
125
- < section class ="heading " onclick ="toggleTests(this); ">
126
- < h3 class ="title "> EventFormViewTests.EventFormViewTests</ h3 >
127
- </ section >
128
- < section class ="tests ">
129
- < table >
130
-
131
-
132
- < tr class ="test passing " onclick ="toggleDetails('testCreatEvent'); ">
133
- < td >
134
-
135
- < h3 class ="time "> 0.030s</ h3 >
136
-
137
- </ td >
138
- < td > < h3 class ="title "> testCreatEvent</ h3 > </ td >
139
- </ tr >
140
-
141
-
142
- </ table >
143
- </ section >
144
- </ section >
145
-
146
123
</ section >
147
124
< footer > Report generated with < a href ="https://github.com/supermarin/xcpretty "> xcpretty</ a > </ footer >
148
125
</ body >
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' UTF-8' ?>
2
- <testsuites name =' EventFormViewTests.xctest' tests =' 1' failures =' 0' >
3
- <testsuite name =' EventFormViewTests.EventFormViewTests' tests =' 1' failures =' 0' >
4
- <testcase classname =' EventFormViewTests.EventFormViewTests' name =' testCreatEvent' time =' 0.030' />
5
- </testsuite >
6
- </testsuites >
2
+ <testsuites tests =' 0' failures =' 0' />
You can’t perform that action at this time.
0 commit comments