diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-09 14:01:31 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-09 14:01:31 +0200 |
| commit | aac78c214ea953e4d1fcd84943c867395bfc22ec (patch) | |
| tree | c97f855509700665e83af2ce914ffdddc7159ac2 /project.clj | |
| parent | 9f8f4fc36adef06458320d7bfdef01dbe41f52a1 (diff) | |
Add full test coverage for code blocks (re #4)
Diffstat (limited to 'project.clj')
| -rw-r--r-- | project.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 82812a6..f03e1ab 100644 --- a/project.clj +++ b/project.clj @@ -6,5 +6,6 @@ :deploy-repositories [["releases" {:sign-releases false :url "https://repo.clojars.org"}] ["snapshots" {:sign-releases false :url "https://repo.clojars.org"}]] :dependencies [[org.clojure/clojure "1.11.0"]] - :plugins [[lein-auto "0.1.3"]] + :plugins [[lein-auto "0.1.3"] + [lein-cloverage "1.2.3"]] :repl-options {:init-ns clarktown.core}) |
