|
@@ -49,10 +49,9 @@
|
|
|
[
|
|
|
edown
|
|
|
]}
|
|
|
- ]},
|
|
|
- {test,
|
|
|
- [
|
|
|
- {erl_opts, [debug_info]},
|
|
|
- {project_plugins, [covertool]}
|
|
|
]}
|
|
|
]}.
|
|
|
+
|
|
|
+{project_plugins, [covertool]}.
|
|
|
+{cover_export_enabled, true}.
|
|
|
+{covertool, [{coverdata_files, ["ct.coverdata", "eunit.coverdata"]}]}.
|