Skip to content

ci-reporter

GitHub App

ci-reporter

GitHub App

A GitHub App built with Probot that works with your project's CI tool to report failed builds into the relevant PR.

Usage

Simply install the app and watch the magic happen as your Pull Requests trigger failure statuses.

ci-reporter commenting on a PR with failed build log

How it works

When a build fails, the CI provider will tell GitHub (via a status). GitHub then tells ci-reporter about a failed status, and it'll find the part of the build that failed, then comment back on the PR.

Configuration

You don't need any configuration for this to work in your project, but if you want the ci-reporter to add a new comment on every failed build (instead of updating its original comment, which is the default behaviour) you can create a .github/ci-reporter.yml file:

updateComment: false

If you need more configuration, please let me know in a new issue

Does it work with _____?

ci-reporter currently supports TravisCI and CircleCI. If you're interested in seeing support for another CI tool, please open an issue!

Contributing

So glad you want to contribute! If you're looking to help with a new feature, please open an issue to discuss it first. If you're helping fix a bug, let me know! Check out the contributing docs for more details.

Developer

ci-reporter is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse