Hacker News new | ask | show | jobs
Ask HN: Best GitHub commit status checks?
5 points by CodyReichert 3320 days ago
I'm curious to hear what status check integrations people are using on GitHub pull requests?
1 comments

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?