Skip to content

Commit ef433a0

Browse files
authored
Add specsstaging source to size measurement (#8843)
1 parent 6aa2492 commit ef433a0

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
@@ -87,7 +87,7 @@ func CreateMetricsRequestData(of sdks: [String], type: String,
8787
// that `.stdout` will print out logs in the console while pipe can assign logs a
8888
// variable.
8989
Shell.run(
90-
"cd cocoapods-size && python3 measure_cocoapod_size.py --cocoapods \(sdk) --cocoapods_source_config ../cocoapods_source_config.json --json \(Constants.cocoapodSizeReportFile)",
90+
"cd cocoapods-size && python3 measure_cocoapod_size.py --cocoapods \(sdk) --spec_repos specsstaging master --cocoapods_source_config ../cocoapods_source_config.json --json \(Constants.cocoapodSizeReportFile)",
9191
stdout: .stdout
9292
)
9393
let SDKBinarySize = try JSONParser.readJSON(

0 commit comments

Comments
 (0)