Skip to content

Commit

Permalink
Update piggieback
Browse files Browse the repository at this point in the history
* Update piggieback
  * Gets rid of reflection warnings
* Discard humane-test-output plugin
  * Better placed in personal profiles
* Remove Cloverage remnants
  • Loading branch information
vemv authored and bbatsov committed Nov 5, 2021
1 parent 2301ecb commit 7dd4e1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
# - Java 8/11/16/...
# - Clojure 1.8, 1.9, 1.10, master
# - linter, eastwood and cljfmt
# - runs code coverage report

workflows:
version: 2.1
Expand Down
12 changes: 1 addition & 11 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@
[leiningen-core "2.9.6" :exclusions [org.clojure/clojure
commons-codec
com.google.code.findbugs/jsr305]]
[pjstadig/humane-test-output "0.11.0"]
[cider/piggieback "0.5.2"]]}
[cider/piggieback "0.5.3"]]}

;; Need ^:repl because of: https://github.com/technomancy/leiningen/issues/2132
:repl ^:repl [:test
Expand Down Expand Up @@ -132,15 +131,6 @@
cider.nrepl/wrap-version
cider.nrepl/wrap-xref]}}]

:cloverage [:test
{:plugins [[lein-cloverage "1.2.1"]]
:dependencies [[cloverage "1.2.1"]]
:cloverage {:codecov? true
;; Cloverage can't handle some of the code
;; in this project; see issue #457
:ns-exclude-regex [#".*util.instrument"]
:test-ns-regex [#"^((?!debug-integration-test).)*$$"]}}]

:cljfmt [:test
{:plugins [[lein-cljfmt "0.8.0"]]
:cljfmt {:indents {as-> [[:inner 0]]
Expand Down

0 comments on commit 7dd4e1b

Please sign in to comment.