Skip to content

Commit 3b9e5a5

Browse files
authored
Add code gen for echo service for tests (#59)
Motivation: The tests need to make use of the echo service. Modifications: - Copy over protos - Update generate script - Run generator Result: OTel tests have access to Echo
1 parent f6fc3a2 commit 3b9e5a5

File tree

5 files changed

+1180
-0
lines changed

5 files changed

+1180
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ let targets: [Target] = [
145145
dependencies: [
146146
.target(name: "GRPCOTelTracingInterceptors"),
147147
.product(name: "GRPCCore", package: "grpc-swift-2"),
148+
.product(name: "GRPCProtobuf", package: "grpc-swift-protobuf"),
148149
.product(name: "Tracing", package: "swift-distributed-tracing"),
149150
],
150151
swiftSettings: defaultSwiftSettings

0 commit comments

Comments
 (0)