Skip to content

Use the block based KVO API in AsyncOperation #3414

Use the block based KVO API in AsyncOperation

Use the block based KVO API in AsyncOperation #3414

Triggered via pull request September 4, 2023 09:24
Status Success
Total duration 9m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ios.yml

on: pull_request
Check formatting
37s
Check formatting
Run swiftlint
14s
Run swiftlint
Unit tests
9m 38s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run swiftlint: PacketTunnel/PacketTunnelProvider.swift#L766
File should contain 400 lines or less: currently contains 766 (file_length)
Run swiftlint: PacketTunnel/PacketTunnelProvider.swift#L127
Function body should span 50 lines or less excluding comments and whitespace: currently spans 53 lines (function_body_length)
Run swiftlint: PacketTunnel/PacketTunnelProvider.swift#L284
Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
Run swiftlint: MullvadVPNTests/DeviceCheckOperationTests.swift#L573
File should contain 400 lines or less: currently contains 573 (file_length)
Run swiftlint: MullvadLogging/CustomFormatLogHandler.swift#L41
Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
Run swiftlint: MullvadLogging/OSLogHandler.swift#L56
Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
Run swiftlint: Operations/AsyncOperation.swift#L426
File should contain 400 lines or less: currently contains 426 (file_length)
Run swiftlint: PacketTunnelCoreTests/TunnelMonitorTests.swift#L121
An XCTFail call should include a description of the assertion (xctfail_message)
Run swiftlint: PacketTunnelCore/Pinger/Pinger.swift#L411
File should contain 400 lines or less: currently contains 411 (file_length)
Run swiftlint: MullvadREST/RESTRequestFactory.swift#L135
Types should be nested at most 1 level deep (nesting)