coveralls-python
coveralls-python copied to clipboard
Show coverage stats online via coveralls.io
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [PyYAML](https://pyyaml.org/) ([source](https://togithub.com/yaml/pyyaml)) | pin | `>=3.10` -> `==6.0.1` | | [coverage](https://togithub.com/nedbat/coveragepy) | pin...
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...
I have a pipeline with coveralls that has always worked. Now it works only partially. I use Travic CI and test against several Python versions in parallel. With one version...
For some reason, coveralls has an upper boundary that prevents it from installing together with coverage 7.0.0. Could this restriction be removed?
This PR solved the issue for our repos. It is ready for review and merge. For details, see the commit message. Note that the description that I added, of how...
See for example here: https://github.com/TheKevJames/coveralls-python/actions/runs/3765678072 This is caused by GitHub Actions having changed ubuntu-latest to now be Ubuntu 22.04, for which it no longer provides Python 3.5 and 3.6. This...
Fixes issue #374 . For details, see the commit message.
Since a few days, coveralls 2.2.0 fails as follows, at least on Python 3.5 and 3.11. We use coveralls 2.2.0 in order to avoid issue #252 , and up until...
I am trying to run parallel builds in one repo (AWS Codebuild) and upload joined coverage to Coveralls. ``` build: commands: - poetry run coverage run -m pytest . -...
Hi! Thank you for maintaining this coveralls integration! I'd like to request a small feature. Coveralls now supports carryforward flags which allow to carry missing jobs from previous builds by...