Hi,
Is it possible to use shields.io with a private coveralls repo?
I can do it for a private CircleCI repo where i pass in a token;
https://img.shields.io/circleci/token/YOURTOKEN/project/BrightFlair/PHP.Gt/master.svg
I don't see the same options for Coveralls. Can this be added? Can I assist in anyway?

Thanks,
Jon
It may be possible; I know too little about Coveralls to know for sure. The
first step would definitely be to contact Coveralls and ask them for a
public API, which I believe they don't have (we perform scraping currently
for them).
Providing a URL to a Coveralls private badge would help, if that exists.
An example badge link for a coveralls private repo below;
https://coveralls.io/repos/fortx/hardware/badge.svg?branch=master&service=github&t=e6AYxR
They do have an API but it doesn't seem to have an way of checking the status of a repo.
Your thoughts?
I'd say you should contact them!
I've submitted a support request with them. Lets see what they come back with
@jondunning any update?
[edit] err .. nvm, looks like the link example you pasted above seems to work fine now. they provide this badge on the right hand panel on the coverage page of your repo @ coveralls.io
@jondunning what's the &t=e6AYxR param for in the coveralls link you posted? I'm trying to get the badge to work on my private repo too and just getting 'unknown'.
Also, are there any documentation on how to get this to work at all?
@d3ming As a future FYI for others, the badge will show up on the repo page on Coveralls.io as soon as the initial code coverage files are pushed there. It won't show up before there's any coverage data. Then there will be a link with the proper tokens and whatnot in it
@d3ming It looks like coveralls creates a token specifically for the badge. You can see your full URL in the readme badge portion of the repo stats column for your repo in coveralls.