TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best GitHub commit status checks?

5 pointsby CodyReichertabout 8 years ago
I'm curious to hear what status check integrations people are using on GitHub pull requests?

1 comment

CodyReichertabout 8 years ago
To start things off, these are the ones I use daily:<p>- CircleCI for CI build status<p>- Coveralls for unit test coverage<p>- Assertible for integration tests status<p>For example: <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;ZrKUK3t.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;ZrKUK3t.png</a><p>Any new ones I should check out?