We have started to use Bamboo for building our clojure project. It requires a little bit of tweaking to your project and the bamboo project setup to integrate unit test results fully.
First add the test2junit plugin to your leiningein project.clj file:
:plugins [[test2junit "1.1.0”]]
Then configure Bamboo to run the test2junit task:
Finally you need to setup a JUnit Parser task to pickup the results.
By default this path should work:
test2junit/xml/*.xml