X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=7cc20b27492fc5f8fc33ea76d79011650681453c;hb=f831acf91243bb9f4e6a9c1ca1bf77ea4762842e;hp=5600aaa4228e65ffaf0f20fc573f83fe10d71cff;hpb=16cb9e5f1cae84322bd7953e58b438f3b4bd8b9c;p=akkoma diff --git a/mix.exs b/mix.exs index 5600aaa42..7cc20b274 100644 --- a/mix.exs +++ b/mix.exs @@ -13,6 +13,7 @@ defmodule Pleroma.Mixfile do start_permanent: Mix.env() == :prod, aliases: aliases(), deps: deps(), + test_coverage: [tool: ExCoveralls], # Docs name: "Pleroma", @@ -114,7 +115,9 @@ defmodule Pleroma.Mixfile do {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, {:esshd, "~> 0.1.0"}, - {:plug_static_index_html, "~> 1.0.0"} + {:ex_rated, "~> 1.2"}, + {:plug_static_index_html, "~> 1.0.0"}, + {:excoveralls, "~> 0.11.1", only: :test} ] ++ oauth_deps end