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 0129051 commit 9c261d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{erl_opts, [debug_info]}.
{cover_enabled, true}.

{deps, [{getopt, "1.0.3"},
{jsone, "1.9.0"}]}.

{escript_incl_apps, [getopt, jsone]}.

{profiles,
[{test, [{cover_enabled, true}]}]}.

{dialyzer, [{warnings, [unmatched_returns,
error_handling,
underspecs]},
{plt_extra_apps, [getopt, jsone]}]}.

{xref_checks, [undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions]}.

{project_plugins, [covertool, rebar3_efmt]}.

0 comments on commit 9c261d2

Please sign in to comment.