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

Python report uploader for Codecov

Results 29 codecov-python issues
Sort by recently updated
recently updated
newest added

Example: https://ci.appveyor.com/project/pytestbot/pytest/build/1.0.5141/job/ycpyxb9yvrckho21#L402 (RemoteDisconnected) codecov-bash tries 3 times already, sleeping for 30s inbetween.

The `codecov` Python client crashes in a local CircleCI run (using the [CircleCI 2 CLI](https://circleci.com/docs/2.0/local-cli/)), since not all of the environment variables it expects to be available are (even if...

``` --prefix PREFIX, -P PREFIX Prefix network paths to help resolve paths: https://github.com/codecov/support/issues/472 ``` that repo doesn't exist anymore? version: ``` ❯ codecov --version Codecov py-v2.0.15 - https://codecov.io/ ```

``` IF "%COVERAGE%"=="py36" (coverage report -m) Name Stmts Miss Cover Missing ------------------------------------------------------------------------------- all\debug_tools\__init__.py 2 0 100% all\debug_tools\dynamic_iteration.py 187 187 0% 38-498 all\debug_tools\estimated_time_left\__init__.py 92 92 0% 1-112 all\debug_tools\estimated_time_left\examples.py 37 37 0%...

Noticed something interesting recently fixing another CI error: my AppVeyor results were no longer being uploaded anymore (for who knows how long). I am greatly suspicious of this code: https://github.com/codecov/codecov-python/blob/0743daa83647f12ff31b84d07113d2c24c27b924/codecov/__init__.py#L562-L565...

With the recent changes at Travis CI, many open-source projects are taking advantage of and migrating to Azure Pipelines as a CI (it gives twice the number of parallel builds,...

If I have a Python .coverage file in my current directory when I run codecov it finds it, but any .coverage files from child directories seem to be completely ignored....

Running ``` pip install codecov codecov ``` on Semaphore CI fails with the following error: ``` Traceback (most recent call last): --   | File "/home/semaphore/.pyenv/3.7/bin/codecov", line 8, in   | sys.exit(main())  ...

I find that codecov on Travis CI fails with the recent 5.0 release of coverage. With `coverage` version `5.0` (as well as `5.0.1`) I get the [following output](https://travis-ci.org/goerz-forks/pypkg_x8uqn/jobs/629470864): ~~~ ==>...

Here is the output of codecov, where there are some unwanted characters like `==>` ``` D:\foo>codecov _____ _ / ____| | | | | ___ __| | ___ ___ _____...