Skip to content

Commit 29c0df4

Browse files
cichlibbatsov
authored andcommitted
Use :test-cljs profile when running Cloverage
1 parent a99fc14 commit 29c0df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cljfmt:
3232
# exact. See issue #457 for details.
3333

3434
cloverage:
35-
lein with-profile +$(CLOJURE_VERSION),+test-clj,+cloverage cloverage --codecov \
35+
lein with-profile +$(CLOJURE_VERSION),+test-clj,+test-cljs,+cloverage cloverage --codecov \
3636
-e ".*java.parser" \
3737
-e ".*util.instrument" \
3838
-t "^((?!debug-integration-test).)*$$"

0 commit comments

Comments
 (0)