Skip to content
Snippets Groups Projects
Unverified Commit 3ee34d17 authored by Robert Roland's avatar Robert Roland Committed by GitHub
Browse files

Fix build breakage in Cloverage (#13066)

We were using a SNAPSHOT of Cloverage, which is broken.

Updating to 1.2.0, the latest, which includes a fix that
Cam had submitted to upstream.
parent 4ca5be49
No related branches found
No related tags found
No related merge requests found
......@@ -367,8 +367,8 @@
:cloverage
[:test-common
{:dependencies [[cloverage "1.1.3-SNAPSHOT" :exclusions [riddley]]]
:plugins [[lein-cloverage "1.1.3-SNAPSHOT"]]
{:dependencies [[cloverage "1.2.0" :exclusions [riddley]]]
:plugins [[lein-cloverage "1.2.0"]]
:source-paths ^:replace ["src" "backend/mbql/src"]
:test-paths ^:replace ["test" "backend/mbql/test"]
:cloverage {:fail-threshold 69
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment