Liking cljdoc? Tell your friends :D

GitHub annotation test reporter for Kaocha

Test Clojars Project

A Kaocha test reporter that outputs test failures in the format for use with GitHub annotations.

Use this reporter to have test failures show up automatically in GitHub pull requests as code annotations.

image

It assumes that tests are run in GitHub Actions.

Installation

Available on Clojars.

[jp.studist/annotation-reporter "0.2.0"]
{jp.studist/annotation-reporter {:mvn/version "0.2.0}}

Usage

Add the --reporter option to the Kaocha command you use to run tests.

# with lein for example
lein run -m kaocha.runner --reporter annotation.report/reporter

Can you improve this documentation? These fine people already did:
valerauko & Erdos Balint
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close