I have a private repository, that uses CircleCI. I can make a badge reflecting the tests passing/failing in the README.md
with something like:
<img src="https://circleci.com/gh/mikemaccana/someapp.svg?style=shield"/>
(the markdown equivalent also works).
However looking on the published page on github.com, GitHub seems to convert this URL to something like:
https://camo.githubusercontent.com/verylongstringofcharacters
Is it possible to have a CI status badge for a private repo?
I'd be OK with changing Circle permission to make the test status publicly available if that was a solution.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…