-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Hey folks,
Along with some good folks at http://shields.io/ I've developed the Shields badge standard that's now used across many open source repositories like this one. We've recently overhauled the design of our badges for consistency. It appears that you've cached the older version of these badges at http://dotnet-i.cloudapp.net/job/dotnet_coreclr_linux_debug/badge/icon
That's actually unnecessary, we provide a really simple API to generate perfect SVG badges on the fly (which you can of course use and cache on a proxy if you like): https://img.shields.io/badge/build-passing-brightgreen.svg
Additionally we've built a slew of integrations with broadly used CI services. I'm guessing yours is private so the proxy route is probably best but you can always open an issue on https://github.com/badges/shields/issues if you'd like to have your CI integrated.
Hope that helps. 😃