python-coveralls
python-coveralls copied to clipboard
Python API for http://coveralls.io
``` coveralls Traceback (most recent call last): File "c:\python27\Lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "c:\python27\Lib\runpy.py", line 72, in _run_code exec code in run_globals File "C:\projects\pywikibot\env\Scripts\coveralls.exe\__main__.py", line...
The last commit in this repo is more than a year ago. The community appears to have migrated to https://github.com/coveralls-clients/coveralls-python which is actively maintained and supports coverage v5. Has this...
The latest version of 'python-coveralls' (2.9.1, released 4/2017) requires coverage==4.0.3 (see its setup.py). The latest version of 'pytest-cov' (2.6.0, released today) requires coverage>=4.4. This breaks the tests of several of...
The 5.0 release of the `coverage` package contains [backwards compatibility breaking changes](https://github.com/nedbat/coveragepy/blob/master/doc/whatsnew5x.rst). One of those changes was removing the `Reporter` class. This results in the following output in Travis CI:...
Based on the text at the bottom of https://docs.coveralls.io/supported-ci-services, my understanding is to use Coveralls with an unsupported CI provider, you need to set the other `service_*` parameters in https://docs.coveralls.io/api-reference....
I have a build job that processed both unit and integration tests, so I'd like to submit more than one coveralls report within the job. Currently, the latest publication overrides...
Hi, ``` INFO:coveralls:422 INFO:coveralls:{"message":"Couldn't find a repository matching this job.","error":true} ``` I am seeing this error now. It worked a couple of times, few hours ago, and then started failing...
What do the KeyErrors mean I see KeyError 25952 and few other numbers not what the mean any help will be appreciated, thanks. Error we are having: Traceback (most recent...
python-coveralls doesn't like coverage 4.0: ``` $ coveralls Traceback (most recent call last): File "/vagrant/.venv/bin/coveralls", line 11, in sys.exit(wear()) File "/vagrant/.venv/local/lib/python2.7/site-packages/coveralls/__init__.py", line 76, in wear from coveralls.control import coveralls File...