Fork me on GitHub
#cloverage
<
2022-11-08
>
souenzzo14:11:14

I'm using https://github.com/cloverage/cloverage with --junit that emits junit xml files via https://clojuredocs.org/clojure.test.junit/with-junit-output There is many tests that use midje.sweet After run lein cloverage --junit it results in many target/coverage/TEST....xml files

<testsuite name='my-app.my-test'>
<testcase classname='my-app.my-test' name='my_app/my_test.clj:' time='0.0'/>
A few (not every) junit XML report files are without the final </testsuite> close tag, as the example above.