Explorar el Código

chore: bump coveralls-erl

This adds retries for when coveralls returns 520, as it sometimes does.
Thales Macedo Garitezi hace 1 año
padre
commit
fcda4dfbdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -198,7 +198,7 @@ plugins() ->
 test_plugins() ->
     [
         {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() ->