codecov / codecov-cli

Codecov's Command Line Interface. Used for uploading to Codecov in your CI, Test Labelling, Local Upload, and more
Apache License 2.0
54 stars 38 forks source link

Failed work with non-ASCII file names #489

Open vjik opened 1 month ago

vjik commented 1 month ago

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: