From ba57993ebc672f561ba6f401ec2f23d1694c0c4e Mon Sep 17 00:00:00 2001 From: Pavlo Batov Date: Thu, 9 Jan 2025 11:09:20 +0200 Subject: [PATCH] test: set junit option in project.clj instead of cli --- .circleci/config.yml | 2 +- project.clj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dad3378..e0d0be1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: executor: clojure steps: - checkout - - run: lein cloverage --junit + - run: lein cloverage - store_test_results: path: target/coverage test_e2e: diff --git a/project.clj b/project.clj index acf5c35..f3a497c 100644 --- a/project.clj +++ b/project.clj @@ -8,6 +8,7 @@ [lein-cloverage "1.2.2"]] :test-paths ["test" "src"] ; src folder contains inline tests ; written using "with-test" macro + :cloverage {:junit? true} :zprint {:old? false, :style [:justified-original :sort-require