File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ jobs:
145145# - Java 8/11/16/...
146146# - Clojure 1.8, 1.9, 1.10, master
147147# - linter, eastwood and cljfmt
148- # - runs code coverage report
149148
150149workflows :
151150 version : 2.1
Original file line number Diff line number Diff line change 102102 [leiningen-core " 2.9.6" :exclusions [org.clojure/clojure
103103 commons-codec
104104 com.google.code.findbugs/jsr305]]
105- [pjstadig/humane-test-output " 0.11.0" ]
106- [cider/piggieback " 0.5.2" ]]}
105+ [cider/piggieback " 0.5.3" ]]}
107106
108107 ; ; Need ^:repl because of: https://github.com/technomancy/leiningen/issues/2132
109108 :repl ^:repl [:test
132131 cider.nrepl/wrap-version
133132 cider.nrepl/wrap-xref]}}]
134133
135- :cloverage [:test
136- {:plugins [[lein-cloverage " 1.2.1" ]]
137- :dependencies [[cloverage " 1.2.1" ]]
138- :cloverage {:codecov? true
139- ; ; Cloverage can't handle some of the code
140- ; ; in this project; see issue #457
141- :ns-exclude-regex [#".*util.instrument" ]
142- :test-ns-regex [#"^((?!debug-integration-test).)*$$" ]}}]
143-
144134 :cljfmt [:test
145135 {:plugins [[lein-cljfmt " 0.8.0" ]]
146136 :cljfmt {:indents {as-> [[:inner 0 ]]
You can’t perform that action at this time.
0 commit comments