We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99fc14 commit 29c0df4Copy full SHA for 29c0df4
Makefile
@@ -32,7 +32,7 @@ cljfmt:
32
# exact. See issue #457 for details.
33
34
cloverage:
35
- lein with-profile +$(CLOJURE_VERSION),+test-clj,+cloverage cloverage --codecov \
+ lein with-profile +$(CLOJURE_VERSION),+test-clj,+test-cljs,+cloverage cloverage --codecov \
36
-e ".*java.parser" \
37
-e ".*util.instrument" \
38
-t "^((?!debug-integration-test).)*$$"
0 commit comments