Преглед изворни кода

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() ->