Skip to content

Commit ebc3d9d

Browse files
committed
Remove Cloverage remnants
1 parent efb5006 commit ebc3d9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
.PHONY: test eastwood cljfmt cloverage install smoketest release deploy clean detect_timeout
1+
.PHONY: test eastwood cljfmt install smoketest release deploy clean detect_timeout
22

33
CLOJURE_VERSION ?= 1.10
4-
export CLOVERAGE_VERSION = 1.0.13
54

65
test/resources/cider/nrepl/clojuredocs/export.edn:
76
curl -o $@ https://github.com/clojure-emacs/clojuredocs-export-edn/raw/master/exports/export.compact.edn
@@ -27,9 +26,6 @@ cljfmt:
2726
kondo:
2827
lein with-profile -user,-dev,+clj-kondo run -m clj-kondo.main --lint src
2928

30-
cloverage:
31-
lein with-profile -user,+$(CLOJURE_VERSION),+cloverage cloverage
32-
3329
install: .inline-deps
3430
lein with-profile -user,-dev,+$(CLOJURE_VERSION),+plugin.mranderson/config install
3531

0 commit comments

Comments
 (0)