Просмотр исходного кода

Merge pull request #62 from michalmuskala/patch-1

Use covertool as a project_plugin, rather than plugin
Takeru Ohta 4 лет назад
Родитель
Сommit
a496e25a47
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -53,6 +53,6 @@
   {test,
   {test,
    [
    [
     {erl_opts, [debug_info]},
     {erl_opts, [debug_info]},
-    {plugins, [covertool]}
+    {project_plugins, [covertool]}
    ]}
    ]}
  ]}.
  ]}.