Browse Source

Merge pull request #62 from michalmuskala/patch-1

Use covertool as a project_plugin, rather than plugin
Takeru Ohta 4 years ago
parent
commit
a496e25a47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

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