python-coveralls
python-coveralls copied to clipboard
Python API for http://coveralls.io
I used your readme to set up my coveralls for travis and it keeps getting the following error: ``` $ coveralls /home/travis/build.sh: line 41: coveralls: command not found ``` the...
Hi, I've had a few error reports from users that their data wasn't being processed by Coveralls; it seems their source files weren't being submitted by python-coveralls. Switching to the...
The json.dumps() in api.py blows up if there is a unicode char in one of the source files. [My fork](https://github.com/spulec/python-coveralls/commit/796d9dba34b759664e42ba39e6414209a0f319ad) has a fix that works for me, but I didn't...
Dear Sirs, Trying to setup coveralls for pretty simple flask web app. UT is done with coverage / unittest. After the successful built (with TravisCI), coveralls command shows below error:...