aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-25 14:14:49 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-25 14:15:42 -0400
commit983e821479b600fc8288534c8d910d85f52dde18 (patch)
treee5cc919cb431b1c08a01d0deff920c99a4a6d269
parent48c17ef123daee43a72b7c063e51e4aeb5f98587 (diff)
Get lein cloverage working
Use this to computer coverage since sonar doesnot understand Clojure. Change-Id: I3239720606547ec59e226666bc6e7923759796a4 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
-rw-r--r--project.clj7
1 files changed, 5 insertions, 2 deletions
diff --git a/project.clj b/project.clj
index 3ccbe64..45976e5 100644
--- a/project.clj
+++ b/project.clj
@@ -30,9 +30,12 @@
[clj-http/clj-http "3.3.0"]
[org.bovinegenius/exploding-fish "0.3.4"]
[clj-yaml/clj-yaml "0.4.0"]
- [org.openecomp.sdc/sdc-distribution-client "1.1.4"]]
+ [org.openecomp.sdc.sdc-distribution-client/sdc-distribution-client "1.1.0-SNAPSHOT"]
+ ]
; TODO: Fill in the onap maven repository info
- :repositories []
+ :repositories [["onap nexus" "https://nexus.onap.org/content/repositories/snapshots/"]]
+
+ :plugins [[lein-cloverage "1.0.9"]]
)