No need to set src_dirs, this way test/ isn't included in cover reports

This commit is contained in:
Badlop
2021-06-17 22:59:28 +02:00
parent 19705080b4
commit fd3f763668

View File

@@ -14,5 +14,3 @@
{coveralls_service_name , "github"}. {coveralls_service_name , "github"}.
{xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}. {xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}.
{profiles, [{test, [{erl_opts, [{src_dirs, ["src", "test"]}]}]}]}.