From fd3f7636688b1463587ba108550c2108fda4d9d2 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 17 Jun 2021 22:59:28 +0200 Subject: [PATCH] No need to set src_dirs, this way test/ isn't included in cover reports --- rebar.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/rebar.config b/rebar.config index 8849a52..1ecd709 100644 --- a/rebar.config +++ b/rebar.config @@ -14,5 +14,3 @@ {coveralls_service_name , "github"}. {xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}. - -{profiles, [{test, [{erl_opts, [{src_dirs, ["src", "test"]}]}]}]}.