Skip to content

Commit 121f56e

Browse files
authored
Update the type to Cocoapods (#8846)
* Update the type to Cocoapods We potentially might have framework and other size measurements in the future. Specify it in order to be differentiated from other type of sizes, e.g. framework.
1 parent 97aff9e commit 121f56e

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",
113+
type: "CocoaPods",
114114
log: logPath
115115
)
116116
return data

0 commit comments

Comments
 (0)