Skip to content
Snippets Groups Projects
Unverified Commit f03f3dfe authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Switch to Cam's Cloverage fork (fix upstream bugs) (#13198)

parent cb7ad5bc
Branches
Tags
No related merge requests found
......@@ -43,12 +43,12 @@
[org.clojure/core.match "0.3.0"] ; optimized pattern matching library for Clojure
[org.clojure/core.memoize "1.0.236"] ; needed by core.match; has useful FIFO, LRU, etc. caching mechanisms
[org.clojure/data.csv "0.1.4"] ; CSV parsing / generation
[org.clojure/java.classpath "0.3.0"] ; examine the Java classpath from Clojure programs
[org.clojure/java.classpath "1.0.0"] ; examine the Java classpath from Clojure programs
[org.clojure/java.jdbc "0.7.11"] ; basic JDBC access from Clojure
[org.clojure/math.combinatorics "0.1.4"] ; combinatorics functions
[org.clojure/math.numeric-tower "0.0.4"] ; math functions like `ceil`
[org.clojure/tools.logging "1.1.0"] ; logging framework
[org.clojure/tools.namespace "0.2.11"]
[org.clojure/tools.namespace "1.0.0"]
[org.clojure/tools.trace "0.7.10"] ; function tracing
[amalloy/ring-buffer "1.2.2"
:exclusions [org.clojure/clojure
......@@ -366,13 +366,14 @@
:cloverage
[:test-common
{:dependencies [[cloverage "1.2.0" :exclusions [riddley]]]
:plugins [[lein-cloverage "1.2.0"]]
;; Using Cam's fork of Cloverage until 1.2.1 of the main repo is out. Once that's released we can switch back.
{:dependencies [[camsaul/cloverage "1.2.1.1" :exclusions [riddley]]]
:plugins [[camsaul/lein-cloverage "1.2.1.1"]]
:source-paths ^:replace ["src" "backend/mbql/src"]
:test-paths ^:replace ["test" "backend/mbql/test"]
:cloverage {:fail-threshold 69
:exclude-call
[;; don't instrument logging forms, since they won't get executed as part of tests anyway
[ ;; don't instrument logging forms, since they won't get executed as part of tests anyway
;; log calls expand to these
clojure.tools.logging/logf
clojure.tools.logging/logp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment