codecov-cli
codecov-cli copied to clipboard
Please add `list_relevant_files` for the None versioning system of the CLI.
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.
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
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?
This has been added into the latest version of the CLI