RunCodeRun Badges

Like all of us here at Relevance, I'm very excited about RunCodeRun, the hosted continuous integration service we've been building. This week I wrote runcoderun-badges, to make it easy to display the build status of our open-source projects on any web page we choose. One of the core benefits of continuous integration, after all, is accountability—and how better to hold yourself accountable than by showing your integration status to the world?

RunCodeRun badge screenshot

I started with Dr Nic's wonderful GitHub badges (it would've been foolish not to!) but a lot has changed. I'll keep this up to date as RunCodeRun evolves.

If your open source projects are already on RunCodeRun, check out the runcoderun-badges README for information on adding a badge to your blog. (And if your projects are not yet on RunCodeRun, drop by and request an invitation.)

Update: As Dan Manges discovered, these badges don't play nicely with the GitHub badges on the same page. The problem appears to stem from the way each badge depends on JQuery. For now, consider using just the RunCodeRun badge (you can get to a project's GitHub repository from its page on RunCodeRun), but I know that's not a good long term solution, so I'm working to fix the problem.

Get In Touch