Current section
Files
Jump to
Current section
Files
prometheus_diameter_collector
rebar.config
rebar.config
%% == Erlang Compiler ==
{erl_opts, [debug_info]}.
%% == Dependencies ==
{deps, [{prometheus, "4.8.1"}]}.
%% == Xref ==
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used, deprecated_function_calls,
deprecated_funcqtions]}.
%% == Plugins ==
{plugins, [
% @TODO: Folow https://github.com/markusn/coveralls-erl/pull/36 and use `coveralls` after release
{coveralls, {git, "https://github.com/RoadRunnr/coveralls-erl.git", {branch, "feature/git-info"}}},
rebar3_hex]
}.
%% == Cover ==
{cover_enabled, true}.
{cover_export_enabled, true}.
{do_coveralls_after_ct, false}.
{do_coveralls_after_eunit, false}.
{coveralls_coverdata, "_build/test/cover/ct.coverdata"}.
{coveralls_service_name , "github"}.
{coveralls_parallel, true}.