I built Check Run Reporter because I was frustrated by digging through CI logs to figure out why my builds failed and because no one seemed to be using the GitHub Checks API to publish results.
CRR supports any CI service, any test runner that can produce JUnit, and any linter that can produce Checkstyle. We've also got specializations for SwiftLint, ESLint, and the TypeScript compiler. If you've got a tool that that isn't supported, drop us an email and we can probably add it.
I hope it helps you!
Report
Maker
I'm happy to announce that Check Run Reporter has a new plan available - Persistent Results! Now, in addition to seeing your CI results right on GitHub, Check Run Reporter will store your results for you so you easily go back and, for example, see when a test started failing.
In the not too distant future, expect to see new features built on top of persistent results like splitting tests across multiple executors, flaky test detection, missing test detection, and manual and automatic test muting.
Report
Reviews
No reviews yetBe the first to leave a review for Check Run Reporter