codecov-action
codecov-action copied to clipboard
Use `getBooleanInput()` for `failCi` and `verbose`
Currently, the two boolean options are parsed as strings which requires a bit of magic behind the scenes:
https://github.com/codecov/codecov-action/blob/29386c70ef20e286228c72b668a06fd0e8399192/src/buildExec.ts#L8-L17