Browse Source

Update rebar.config

Takeru Ohta 7 years ago
parent
commit
9a5ee50527
1 changed files with 3 additions and 1 deletions
  1. 3 1
      rebar.config

+ 3 - 1
rebar.config

@@ -53,6 +53,8 @@
    ]},
   {test,
    [
-    {plugins, [rebar_covertool]}
+    %% FIXME: Uncomment the below line when rebar_covertool-v1.3.0 is released
+    %% {plugins, [rebar_covertool]}
+    {plugins, [{rebar_covertool, {git, "https://github.com/covertool/covertool.git", {branch, "master"}}}]}
    ]}
  ]}.