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.
It assumes that tests are run in GitHub Actions.
Available on Clojars.
[jp.studist/annotation-reporter "0.2.0"]
{jp.studist/annotation-reporter {:mvn/version "0.2.0}}
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 BalintEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close