Skip to content

Commit

Permalink
test: set junit option in project.clj instead of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
batovpasha committed Jan 9, 2025
1 parent 55f294a commit ba57993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
executor: clojure
steps:
- checkout
- run: lein cloverage --junit
- run: lein cloverage
- store_test_results:
path: target/coverage
test_e2e:
Expand Down
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba57993

Please sign in to comment.