瀏覽代碼

chore: bump coveralls-erl

This adds retries for when coveralls returns 520, as it sometimes does.
Thales Macedo Garitezi 1 年之前
父節點
當前提交
fcda4dfbdc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -198,7 +198,7 @@ plugins() ->
 test_plugins() ->
 test_plugins() ->
     [
     [
         {rebar3_proper, "0.12.1"},
         {rebar3_proper, "0.12.1"},
-        {coveralls, {git, "https://github.com/emqx/coveralls-erl", {tag, "v2.2.0-emqx-3"}}}
+        {coveralls, {git, "https://github.com/emqx/coveralls-erl", {tag, "v2.2.0-emqx-4"}}}
     ].
     ].
 
 
 test_deps() ->
 test_deps() ->