lemurheavy / coveralls-public

The public issue tracker for coveralls.io
http://coveralls.io
124 stars 7 forks source link

Badge is still unknown #317

Closed debugger22 closed 10 years ago

debugger22 commented 10 years ago

Please take a look at https://coveralls.io/r/BinPy/BinPy

I can see following in my travis report but the badge was never updated.

--------------------------------------------------------------------
TOTAL                                   5360   1665    69%   
----------------------------------------------------------------------

Thanks!

austinpray commented 10 years ago

Same issue here: https://github.com/pro-grid/pro-grid

https://coveralls.io/r/pro-grid/pro-grid

screenshot 2014-06-13 17 38 52

mkb commented 10 years ago

Similar issue for me. My coverage shows up on the Coveralls site but my badge shows as unknown. Am I doing something wrong?

austinpray commented 10 years ago

Svg behaves same for me— Sent from my iPhone

On Mon, Jun 23, 2014 at 6:30 PM, mkb notifications@github.com wrote:

Similar issue for me. My coverage shows up on the Coveralls site but my badge shows as unknown. Am I doing something wrong?

Reply to this email directly or view it on GitHub: https://github.com/lemurheavy/coveralls-public/issues/317#issuecomment-46915381

nickmerwin commented 10 years ago

@mkb your coverage data doesn't include a branch so the badge can't be given a %.

@austinpray which repo is it?

nickmerwin commented 10 years ago

@debugger22 it looks like you need to switch Coveralls libraries. Your current one isn't submitting file info properly.

austinpray commented 10 years ago

Http://github.com/pro-grid/pro-grid

I have it indexed to the master branch  — Sent from my iPhone

On Mon, Jun 23, 2014 at 8:40 PM, Nick Merwin notifications@github.com wrote:

@debugger22 it looks like you need to switch Coveralls libraries. Your current one isn't submitting file info properly.

Reply to this email directly or view it on GitHub: https://github.com/lemurheavy/coveralls-public/issues/317#issuecomment-46923220

debugger22 commented 10 years ago

@nickmerwin Could you please explain a bit more.

nickmerwin commented 10 years ago

@debugger22 we've seen similar reports from some users that have integrated with one of our 3rd party python library; typically switching to the other has solved the issue.

Thanks.