Skip to content

Test Check Publisher

GitHub App

Test Check Publisher

GitHub App

Application that publishes unit tests results from your continuous integration server to annotate your github commits with checks information.

  1. Install this app on your github project.
  2. After you confirm the list of projects, you should be sent to an installation webpage. Record the environmental variable needed for your CI server.
  3. Add the environmental variable to your CI configuration.
  4. Add the Test Check Publisher maven plugin in your pom.xml. Other integrations can be supported through a simple json post. Please add an issue to that project for help with that.
  5. As part of your CI commands, run mvn test-check-publisher:publish after the tests have run to publish the results back to github via their checks API. Set this job to run always – even on failure.

Developer

Test Check Publisher is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse