Ask HN: Best GitHub commit status checks? I'm curious to hear what status check integrations people are using on GitHub pull requests? |
Ask HN: Best GitHub commit status checks? I'm curious to hear what status check integrations people are using on GitHub pull requests? |
- 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?