Skip to content

Commit 8565e0b

Browse files
committed
Add periphery ignore
1 parent 105b8af commit 8565e0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Modules/Sources/Yosemite/Base/StoresManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public protocol StoresManager {
6363

6464
/// The currently logged in store/site ID. Nil when the app is logged out.
6565
///
66+
/// periphery: ignore - used in tests
6667
var siteID: AnyPublisher<Int64?, Never> { get }
6768

6869
/// Observable currently selected site.

WooCommerce/Classes/ViewRelated/MainTabBarController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ final class MainTabBarController: UITabBarController {
136136

137137
private lazy var isProductsSplitViewFeatureFlagOn = featureFlagService.isFeatureFlagEnabled(.splitViewInProductsTab)
138138

139+
/// periphery: ignore - used in tests
139140
init?(coder: NSCoder,
140141
featureFlagService: FeatureFlagService = ServiceLocator.featureFlagService,
141142
noticePresenter: NoticePresenter = ServiceLocator.noticePresenter,

0 commit comments

Comments
 (0)