Skip to content

Commit

Permalink
Remove Cloverage remnants
Browse files Browse the repository at this point in the history
Closes #45
  • Loading branch information
vemv committed Aug 11, 2021
1 parent 00aebee commit b855c87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,3 @@ workflows:
name: Running Eastwood
command: |
make eastwood
# - util_job:
# name: Code coverage
# steps:
# - run:
# name: Running cloverage
# command: |
# make cloverage
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test test-watch docs eastwood cljfmt cloverage release deploy clean
.PHONY: test test-watch docs eastwood cljfmt release deploy clean

VERSION ?= 1.10

Expand All @@ -22,15 +22,6 @@ cljfmt:
kondo:
lein with-profile -dev,+clj-kondo run -m clj-kondo.main --lint src test

# Cloverage can't handle some of the code in this project. For now we
# must filter problematic namespaces (`-e`) and tests (`-t`) from
# instrumentation. Note: this means for now coverage reporting isn't
# exact. See issue cider-nrepl/#457 for background.

cloverage:
lein with-profile +$(VERSION),+cloverage cloverage,$(TEST_PROFILES) --codecov \
-e "orchard.java.legacy-parser"

# When releasing, the BUMP variable controls which field in the
# version string will be incremented in the *next* snapshot
# version. Typically this is either "major", "minor", or "patch".
Expand Down
3 changes: 0 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@
(pjstadig.humane-test-output/activate!)]
:test-refresh {:changes-only true}}

;; CI tools
:cloverage {:plugins [[lein-cloverage "1.1.2"]]}

:cljfmt {:plugins [[lein-cljfmt "0.6.4"]]
:cljfmt {:indents {as-> [[:inner 0]]
with-debug-bindings [[:inner 0]]
Expand Down

0 comments on commit b855c87

Please sign in to comment.