Skip to content

Commit

Permalink
create rebar3 test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Feb 6, 2025
1 parent 7488cf5 commit a35d77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{erl_opts, [debug_info]}.
{cover_enabled, true}.

{deps, [{cre, {git, "https://github.com/joergen7/cre.git", {branch, "master"}}},
{effi, {git, "https://github.com/joergen7/effi.git", {branch, "master"}}},
Expand All @@ -11,6 +10,8 @@
{escript_emu_args, "%%! -escript main cf_worker -connect_all false -sname cfl_wrk\n"}.
{escript_name, "cfl_wrk"}.

{profiles,
[{test, [{cover_enabled, true}]}]}.
{dialyzer, [{warnings, [unmatched_returns,
error_handling,
underspecs]},
Expand Down

0 comments on commit a35d77d

Please sign in to comment.