diff --git a/.travis.yml b/.travis.yml index 184bba4..25e58ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: clojure -before_script: lein ancient +before_script: lein ancient :all script: - lein kibit - lein cloverage --codecov diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..aa67456 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: 97% + patch: + default: + target: 90% diff --git a/project.clj b/project.clj index be22ef0..eab92a8 100755 --- a/project.clj +++ b/project.clj @@ -5,12 +5,12 @@ :url "https://www.mozilla.org/en-US/MPL/2.0/"} :dependencies [[instaparse "1.4.10"] [com.fasterxml.jackson.core/jackson-core "2.11.3"]] - :plugins [[lein-cloverage "1.0.13"] + :plugins [[lein-cloverage "1.2.1"] [lein-shell "0.5.0"] [lein-ancient "0.6.15"] [lein-changelog "0.3.2"] - [lein-codox "0.10.6"] - [lein-kibit "0.1.6"]] + [lein-codox "0.10.7"] + [lein-kibit "0.1.8"]] :profiles {:dev [:clj10] :clj08 {:dependencies [[org.clojure/clojure "1.8.0"]]} :clj09 {:dependencies [[org.clojure/clojure "1.9.0"]]}