diff --git a/rebar.config b/rebar.config index faf25e37..c9f997c9 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {deps, [ {kafka_protocol, "4.1.2"} , {snappyer, "1.2.9"} ]}. -{project_plugins, [{rebar3_lint, "~> 1.0.2"}]}. +{project_plugins, [{coveralls, "~> 2.2.0"}, {rebar3_lint, "~> 1.0.2"}]}. {edoc_opts, [{preprocess, true}, {macros, [{build_brod_cli, true}]}]}. {erl_opts, [warnings_as_errors, warn_unused_vars,warn_shadow_vars,warn_obsolete_guard,debug_info]}. {xref_checks, [undefined_function_calls, undefined_functions, @@ -59,4 +59,4 @@ {cover_enabled, true}. {cover_opts, [verbose]}. {cover_export_enabled, true}. -{plugins, [coveralls]}. +{plugins, []}.