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 f5823e2 commit 2596f66Copy full SHA for 2596f66
.circleci/config.yml
@@ -19,7 +19,7 @@ commands:
19
args: "clj --reporter documentation --plugin cloverage --codecov"
20
clojure_version: << parameters.clojure_version >>
21
- kaocha/execute:
22
- args: "cljs --reporter documentation --codecov"
+ args: "cljs --reporter documentation"
23
24
- kaocha/upload_codecov:
25
flags: clj
0 commit comments