Skip to content

Commit 1a25a10

Browse files
authored
Update type of binary size request (#8585)
This is a type stored in the Metrics Service. The `type` will be helpful for filter data.
1 parent 0caef34 commit 1a25a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/health_metrics/generate_code_coverage_report/Sources/BinarySizeReportGenerator/BinarySizeReportGeneration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public func CreateMetricsRequestData(SDK: [String], SDKRepoDir: URL,
110110
try CreatePodConfigJSON(of: SDK, from: SDKRepoDir)
111111
let data = try CreateMetricsRequestData(
112112
of: SDK,
113-
type: "firebase-ios-sdk-testing",
113+
type: "firebase-ios-sdk",
114114
log: logPath
115115
)
116116
return data

0 commit comments

Comments
 (0)