diff options
author | Maksim <parallel588@gmail.com> | 2019-07-14 21:01:32 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-14 21:01:32 +0000 |
commit | fa17879c204980c6fb0025b2e51a978669c441da (patch) | |
tree | 25e150b785b57bc285dd5b02b0cc6c87b3711d5e /mix.exs | |
parent | 4b78622bbaf743d540022b8aeec41405ca0cad8f (diff) | |
download | pleroma-fa17879c204980c6fb0025b2e51a978669c441da.tar.gz |
added tests for Web.MediaProxy
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ defmodule Pleroma.Mixfile do aliases: aliases(), deps: deps(), test_coverage: [tool: ExCoveralls], - + preferred_cli_env: ["coveralls.html": :test], # Docs name: "Pleroma", homepage_url: "https://pleroma.social/", |