Ask HN: Best GitHub commit status checks?

5 points by CodyReichert ↗ HN
I'm curious to hear what status check integrations people are using on GitHub pull requests?

1 comment

[ 2.7 ms ] story [ 12.1 ms ] thread
To start things off, these are the ones I use daily:

- CircleCI for CI build status

- Coveralls for unit test coverage

- Assertible for integration tests status

For example: http://i.imgur.com/ZrKUK3t.png

Any new ones I should check out?