Closed sylank closed 3 years ago
In some cases, the coverage value has an extra character at the and. Users can't send coverage data when that extra character is present.
Remove the extra characters in the float "string" before the config parser starts to parse and validate the config values from the env. vars.
Ohh, and I upgraded the project to go mod.
go mod
Checklist
Context
In some cases, the coverage value has an extra character at the and. Users can't send coverage data when that extra character is present.
Changes
Remove the extra characters in the float "string" before the config parser starts to parse and validate the config values from the env. vars.
Ohh, and I upgraded the project to
go mod
.