codecov-cli
codecov-cli copied to clipboard
Failed work with non-ASCII file names
trafficstars
Seems, problem here: https://github.com/codecov/codecov-cli/blob/ae3fc7eb5783e3fb218f32d8138515cbf94f5c9d/codecov_cli/helpers/versioning_systems.py#L134
git ls-files returns quoted file names (see https://git-scm.com/docs/git-ls-files#_output).
Related issues:
- https://github.com/codecov/codecov-action/issues/1550
- https://github.com/codecov/codecov-action/issues/1539