From: Michael Hwang Date: Mon, 25 Sep 2017 18:14:49 +0000 (-0400) Subject: Get lein cloverage working X-Git-Tag: v1.0.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F15165%2F1;p=dcaegen2%2Fplatform%2Fservicechange-handler.git 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 --- 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"]] )