codecov-python
codecov-python copied to clipboard
Python report uploader for Codecov
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 6.4.3. Release notes Sourced from coverage's releases. coverage-5.6b1 Third-party packages are now ignored in coverage reporting. This solves a few problems: Coverage will no longer...
I would like to fix packaging for OpenSUSE, but your release tarball does not contain the tests directory. Could you please distribute them as well?
It would be great if coverage would work for llvm as well out of the box. It provides quite similar interface to gcov, it just has to be executed as...
Reading over https://github.com/codecov/codecov-python/blob/master/codecov/__init__.py it looks like to me the only reason you need to provide --token= for jenkins and not travis, is because job is set for travis? Why isn't...
codecov run is pretty verbose (including the big ascii art ) when reading the CI logs, is inconvenient to ignore all the codecov output ... and with lots of logs...
Excluding lines with exclude_lines in '.coveragerc' does not work for me: There is a part of the '.coveragerc' file attached below: ``` [report] exclude_lines = except FileNotFoundError except CriticalError except...
https://github.com/codecov/codecov-bash/blob/7e6cfa3935aeb29de57298bda496dad27b24aa37/codecov#L541-L542 vs https://github.com/codecov/codecov-python/blob/adc22c19f3e924cac15a7ee25edfb3a5b518bf7c/codecov/__init__.py#L345-L346 ```python build=os.getenv('CIRCLE_BUILD_NUM') + "." + os.getenv('CIRCLE_NODE_INDEX'), job=os.getenv('CIRCLE_BUILD_NUM') + "." + os.getenv('CIRCLE_NODE_INDEX'), ```
Dump mode should only print data, so the token should not be required in this case.
Initial setup ------------- I have a `.coveragerc` file like: ``` [report] exclude_lines = def __repr__ ``` I run my tests with `tox` which in turn runs `pytest` with `pytest-cov`, which...
File names with unicode characters are not displayed in the interface, nor do they appear in the coverage statistics. For example see the `Análisis` folder of the following project: https://codecov.io/gh/julienmalard/Tinamit...