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

Please add `list_relevant_files` for the None versioning system of the CLI.

Open drazisil-codecov opened this issue 1 year ago • 2 comments

Please add list_relevant_files for the None versioning system of the CLI. It can't find repo files if git is not installed, resulting in a missing network.

drazisil-codecov avatar May 10 '24 16:05 drazisil-codecov

it looks like python's stdlib includes something for evaluating unix globbing https://docs.python.org/3/library/fnmatch.html. i'm not sure if gitignores are a custom flavor but we could probably write a directory walker with this that would respect most gitignores without requiring git

matt-codecov avatar May 10 '24 17:05 matt-codecov

any news here? I see that you now support tests. I presume this functionality is only supported by the cli and not the uploader so I am not sure how we are supposed to take advantage?

NikolayMetchev avatar Aug 08 '24 08:08 NikolayMetchev

This has been added into the latest version of the CLI

thomasrockhu-codecov avatar Mar 25 '25 01:03 thomasrockhu-codecov