bitrise-steplib / steps-gitlab-status

MIT License
4 stars 15 forks source link

[PLAT-1298] Fix coverage float number format #27

Closed sylank closed 3 years ago

sylank commented 3 years ago

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.