Skip to content

Commit

Permalink
test: set coverage threshold, exclude clojure.test/is call from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
batovpasha committed Jan 11, 2025
1 parent 1f0c800 commit 26a24c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
[lein-cloverage "1.2.2"]]
:test-paths ["test" "src"] ; src folder contains inline tests
; written using "with-test" macro
:cloverage {:junit? true}
:cloverage {:junit? true,
:exclude-call [clojure.test/is],
:fail-threshold 95}
:zprint {:old? false,
:style [:justified-original
:sort-require
Expand Down

0 comments on commit 26a24c2

Please sign in to comment.