-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.config
39 lines (30 loc) · 861 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{erl_opts, [debug_info]}.
{plugins,
[
rebar3_hex,
rebar3_auto,
covertool
%% ,{ rebar3_elixir_compile, ".*", {git, "https://github.com/barrel-db/rebar3_elixir_compile.git", {branch, "master"}}}
]}.
%% {deps, [{ethereumex, {elixir, "ethereumex", "0.3.3"}}]}.
{deps, [
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {branch, "v2.8.0"}}}
]}.
%% {provider_hooks, [
%% {pre, [{compile, {ex, compile}}]}
%% ]}.
%% {elixir_opts,
%% [
%% {env, dev}
%% ]
%% }.
{shell, [
% {config, [{config, "config/sys.config"}]},
{apps, [potatoserver]}
]}.
%% {dialyzer, [warnings]}.
{cover_enabled, true}.
{project_plugins, [covertool]}.
{cover_export_enabled, true}.
{covertool, [{coverdata_files, ["ct.coverdata", "eunit.coverdata"]},
{prefix_len, 2}]}. % Optional: Use module prefix as (imaginary) package name