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

Files not submitted

Open nickmerwin opened this issue 11 years ago • 2 comments

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 other Coveralls library fixed their issue.

Is this a known setup/config issue?

Thanks.

nickmerwin avatar Mar 26 '14 17:03 nickmerwin

Hello, I seem to be in the same boat. For example: https://coveralls.io/jobs/1532294 shows no files, and looking at the Travis log shows the coverage data was indeed generated.

Tinche avatar Apr 06 '14 22:04 Tinche

Hi there,

me too ;\

% COVERALLS_REPO_TOKEN=S3cretT0k3n15SeCr3t coveralls -d .coverage
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): coveralls.io
INFO:coveralls:200
INFO:coveralls:{"message":"Job #2.1","url":"https://coveralls.io/jobs/1783735"}
%     

https://coveralls.io/jobs/1783735 shows no files, though.

~~The .coverage file has been created with the nose-cov plugin. I don't seem to see any differences with nose-cover3, though. Haven't tried bare coverage yet. Haven't tried another coveralls lib either.~~

~~ASCII stats at end of nosetests run are ok, .html stats generated with coverage3 are fine, too.~~

~~What feels suspicious is that coveralls.io seems to be unable to sync my branches with github.com :/~~ Doesn't detect the badge in my README.md either.

Let me know if you need more info. Want me to upload the .coverage somewhere?

FTR: Project lives here

edit: Works with different coveralls lib, so the .coverage file seems to be fine.

0x64746b avatar May 09 '14 21:05 0x64746b