X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=7cc20b27492fc5f8fc33ea76d79011650681453c;hb=0992094bd6bfca16f92fbc9f7f5f97c3d9088aa6;hp=fae21f18d5323f145f878350120e5d6e46855191;hpb=238dd72fad2452a8da594e68b8e6c80d709587e8;p=akkoma diff --git a/mix.exs b/mix.exs index fae21f18d..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", @@ -113,7 +114,10 @@ defmodule Pleroma.Mixfile do {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, - {:esshd, "~> 0.1.0"} + {:esshd, "~> 0.1.0"}, + {:ex_rated, "~> 1.2"}, + {:plug_static_index_html, "~> 1.0.0"}, + {:excoveralls, "~> 0.11.1", only: :test} ] ++ oauth_deps end