codecov-cli
codecov-cli copied to clipboard
Codecov's Command Line Interface. Used for uploading to Codecov in your CI, Test Labelling, Local Upload, and more
According to [this page](https://docs.codecov.com/docs/supported-ci-providers) in your docs, Semaphore CI should be supported, even though looking through the source code it's not. I think it should be a quick fix, and...
Now that PEP 639 has finally landed in full, it's best to use separate license SPDX and license-files: https://packaging.python.org/en/latest/specifications/pyproject-toml/#license. setuptools hasn't yet implemented it, however: https://github.com/pypa/setuptools/issues/4629 https://github.com/pypa/setuptools/issues/3596 https://github.com/pypa/setuptools/issues/4759 https://github.com/pypa/setuptools/pull/4706 https://github.com/pypa/setuptools/pull/4728...
https://github.com/codecov/codecov-cli/pull/604#discussion_r1938057342
https://github.com/codecov/codecov-cli/pull/604#discussion_r1930741461
https://github.com/codecov/codecov-cli/pull/604#discussion_r1930675711
**Describe the bug** I tried uploading a coverage file from GitHub Actions and noticed that the path fixup didn't work anymore. I traced that to this issue: `GitVersioningSystem.is_available` only returns...
**Describe the bug** In my project, I configured coverage.py using `pyproject.toml` to - write all files into a `test-files` folder (idk if that’s relevant) - skip coverage for `if TYPE_CHECKING:`...
There's probably something wrong with my self-hosted Codecov instance, but I can't find what on the API container logs, and running the command with `-v` doesn't show the requests responses...