ephracis / appatite

A shiny way to view your projects
GNU General Public License v3.0
1 stars 1 forks source link

Assign statuses to commits #103

Open ephracis opened 8 years ago

ephracis commented 8 years ago

Each commit should have statuses assigned, for example if the commit is building on Travis, or the code coverage reported by Coveralls.

We should change Project#build_status to return the status for the latest commit on the master branch or any other branch specified by the project owner.