Added [Local Files] submenu section with [Upload...] submenu to upload file/folder to simulator/emulator/device #64
ci.yml
on: pull_request
build
2m 53s
lint
30s
test
2m 4s
Annotations
4 errors, 13 warnings, and 1 notice
|
build
error: The specified item could not be found in the keychain.
|
|
test
Process completed with exit code 65.
|
|
test
testClearDerivedDataWithError on 'My Mac - MiniSim (1714)' (3.518 seconds)
|
|
test
testClearDerivedData on 'My Mac - MiniSim (1714)' (6.004 seconds)
|
|
lint:
MiniSim/Service/ActionFactory.swift#L9
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
|
lint:
MiniSim/Service/DeviceServiceFactory.swift#L3
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
|
lint:
MiniSim/Service/Actions.swift#L339
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
|
lint:
MiniSim/Service/Actions.swift#L546
File Length Violation: File should contain 400 lines or less: currently contains 546 (file_length)
|
|
lint:
MiniSim/Service/Actions.swift#L314
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
|
lint:
MiniSim/Model/Platform.swift#L15
Todo Violation: TODOs should be resolved (Remove this type during migrat...) (todo)
|
|
lint:
MiniSim/MenuItems/SubMenuItem.swift#L204
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
|
|
lint:
MiniSim/Menu.swift#L12
Type Body Length Violation: Class body should span 250 lines or less excluding comments and whitespace: currently spans 289 lines (type_body_length)
|
|
lint:
MiniSim/AppleScript Commands/GetDevicesCommand.swift#L24
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
|
lint:
MiniSim/AppleScript Commands/LaunchDeviceCommand.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
|
|
build:
MiniSimTests/AppleUtilsTests.swift#L12
class 'MockNSRunningApplication' must restate inherited '@unchecked Sendable' conformance
|
|
build:
MiniSimTests/DeviceDiscoveryTests.swift#L57
code after 'throw' will never be executed
|
|
build:
MiniSimTests/AppleUtilsTests.swift#L12
class 'MockNSRunningApplication' must restate inherited '@unchecked Sendable' conformance
|
|
test
testIOSDeviceDiscoveryCommands on 'My Mac - MiniSim (1741)' (0.008 seconds)
|