File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ jobs:
145
145
# - Java 8/11/16/...
146
146
# - Clojure 1.8, 1.9, 1.10, master
147
147
# - linter, eastwood and cljfmt
148
- # - runs code coverage report
149
148
150
149
workflows :
151
150
version : 2.1
Original file line number Diff line number Diff line change 102
102
[leiningen-core " 2.9.6" :exclusions [org.clojure/clojure
103
103
commons-codec
104
104
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" ]]}
107
106
108
107
; ; Need ^:repl because of: https://github.com/technomancy/leiningen/issues/2132
109
108
:repl ^:repl [:test
132
131
cider.nrepl/wrap-version
133
132
cider.nrepl/wrap-xref]}}]
134
133
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
-
144
134
:cljfmt [:test
145
135
{:plugins [[lein-cljfmt " 0.8.0" ]]
146
136
:cljfmt {:indents {as-> [[:inner 0 ]]
You can’t perform that action at this time.
0 commit comments