We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b677e commit fcba202Copy full SHA for fcba202
1 file changed
unit-test-configuration.yaml
@@ -44,6 +44,15 @@ tests: # [数组]单测配置
44
enableParallelTesting: false
45
maxConcurrentTestSimulatorDestinations: 1
46
testingWorkerCount: 1
47
+ -
48
+ scheme: SGInputManagerTests
49
+ project: SGInputManager/SGInputManager.xcodeproj
50
+ configuration: UnitTest
51
+ targets:
52
+ - SGInputManager
53
+ enableParallelTesting: false
54
+ maxConcurrentTestSimulatorDestinations: 1
55
+ testingWorkerCount: 1
56
coveragePods: # [数组]需要合并计算单测覆盖率的外仓
57
-
58
podName: SGBaseKit # 仓工程名
0 commit comments