cellml / libcellml-archived

This was the primary repository for the development of libCellML. It will remain here for a short period of time.
0 stars 1 forks source link

Build status on branches view #45

Open codecurve opened 9 years ago

codecurve commented 9 years ago

It would be good to have a way to check which branches have successful build/test statuses. Travis shows green ticks/red crosses on the branches view (that would be https://github.com/cellml/libcellml/branches). See for example https://github.com/opencor/opencor/branches

nickerso commented 9 years ago

libCellML will only ever have one development branch and it will (mostly) always have a green tick. For me the testing is only useful when looking at pull requests.

codecurve commented 9 years ago

See https://github.com/cellml/libcellml/pull/44#issuecomment-78386305 and https://github.com/cellml/libcellml/pull/44#issuecomment-78406010 for an example of why having a way to check the status of the develop head would be useful: even though the build for the pull request branch's head fails, since the pull request changes don't affect the tests, and the branch's base is develop, seeing a green tick would make it evident that the problem is with the build slave, not the changes in the pull request.