Fix failover channel layout and runtime impact coverage
This commit is contained in:
@@ -33,7 +33,7 @@ const controlAndDataplane = [
|
||||
new RegExp(`^src/server/main${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/(?:config|gatewayRouting|singbox|singboxRuntime|version)${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/adapters/neighbors${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/services/(?:connectivityDiagnosticsService|deviceInventoryService|devicePolicyService)${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/services/(?:connectivityDiagnosticsService|deviceInventoryService|devicePolicyService|singboxSelectorService)${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/shared/(?:connectivityDiagnostics|errors)${CODE_EXTENSION}`),
|
||||
/^src\/server\/infrastructure\/dataplane\//,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user