codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

Use `getBooleanInput()` for `failCi` and `verbose`

Open RA80533 opened this issue 4 years ago • 0 comments

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

RA80533 avatar Jun 10 '21 17:06 RA80533