File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
CLOJURE_VERSION ?= 1.10
4
- export CLOVERAGE_VERSION = 1.0.13
5
4
6
5
test/resources/cider/nrepl/clojuredocs/export.edn :
7
6
curl -o $@ https://github.com/clojure-emacs/clojuredocs-export-edn/raw/master/exports/export.compact.edn
@@ -27,9 +26,6 @@ cljfmt:
27
26
kondo :
28
27
lein with-profile -user,-dev,+clj-kondo run -m clj-kondo.main --lint src
29
28
30
- cloverage :
31
- lein with-profile -user,+$(CLOJURE_VERSION ) ,+cloverage cloverage
32
-
33
29
install : .inline-deps
34
30
lein with-profile -user,-dev,+$(CLOJURE_VERSION ) ,+plugin.mranderson/config install
35
31
You can’t perform that action at this time.
0 commit comments