blob: 280a1c373b18c40a9eaeea3320a9fc0196db7c2f [file] [log] [blame]
{erl_opts, [debug_info]}.
{lib_dirs, []}.
{base_dir, "_build"}.
{plugins, [
rebar3_hex
]}.
{provider_hooks,
[
{post, [{ct, {codecov, analyze}}]},
{post, [{eunit, {codecov, analyze}}]}
]}.
{cover_enabled, true}.
{cover_export_enabled,true}.
{deps, [
{erlzk, ".*", {git, "https://github.com/huaban/erlzk.git", {tag, "v0.6.2"}}},
{ranch, ".*", {git, "https://github.com/ninenines/ranch.git", {tag, "1.4.0"}}},
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
{jsx, "2.10.0"}
]}.
{profiles,[
{test,
[
{extra_src_dirs, ["test"]},
{plugins, [
{rebar3_codecov, "0.1.0"}
]}
]
}
]}.