I have a project on github that has extensive unit tests (using mocha for node.js).
I\'d like to show off by showing those tests passing/failing on each page. I notice
Note that since April 26th 2013, you can see the build status on your GitHub repo branch page:
The Commit Status API allows you to use that elsewhere: see " Repo Statuses API".
Starting April 30th, 2013, the API endpoint for commit statuses has been extended to allow branch and tag names, as well as commit SHAs.