You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Divided install steps into a project-specific and global section
- Moved the current cloverage version flair into the top level of the README
fixescloverage#283
Add [](http://clojars.org/lein-cloverage) to :plugins in your .lein/profiles.clj
14
+
Cloverage can be included into specific projects as a plugin and also be installed user-wide in your `~/.lein/profiles.clj` file. A user-wide installation will make it available to any projects being managed by Leiningen.
15
+
16
+
### Install Cloverage into a specific project
17
+
18
+
Add the following to your `project.clj` metadata:
19
+
20
+
```clojure
21
+
:plugins [[lein-cloverage "1.1.2"]]
22
+
```
23
+
24
+
### Install Cloverage to all Leiningen managed projects
25
+
26
+
Add the following to your user-wide Leiningen profiles file `~/.lein/profiles.clj`:
0 commit comments