fa34ed8bf3
Firebase does not allow `.` in the path, so when trying to upload payload size data for branches like `4.2.x`, the following error is thrown: ``` HTTP Error: 400, Invalid path: Invalid token in path ``` This commit fixes it by replacing `.` with `_` in branch names.