|
@@ -15,8 +15,6 @@
|
|
|
|
|
|
{clean_files, [".eunit/*", "ebin/*.beam"]}.
|
|
{clean_files, [".eunit/*", "ebin/*.beam"]}.
|
|
|
|
|
|
-{cover_enabled, true}.
|
|
|
|
-
|
|
|
|
{edoc_opts, [
|
|
{edoc_opts, [
|
|
{dialyzer_specs, all},
|
|
{dialyzer_specs, all},
|
|
{report_missing_type, true},
|
|
{report_missing_type, true},
|
|
@@ -49,10 +47,9 @@
|
|
[
|
|
[
|
|
edown
|
|
edown
|
|
]}
|
|
]}
|
|
- ]},
|
|
|
|
- {test,
|
|
|
|
- [
|
|
|
|
- {erl_opts, [debug_info]},
|
|
|
|
- {project_plugins, [covertool]}
|
|
|
|
]}
|
|
]}
|
|
]}.
|
|
]}.
|
|
|
|
+
|
|
|
|
+{project_plugins, [covertool]}.
|
|
|
|
+{cover_export_enabled, true}.
|
|
|
|
+{covertool, [{coverdata_files, ["ct.coverdata", "eunit.coverdata"]}]}.
|