From eb6449506f590ee393986ad9e5315e4f868d339a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Fri, 17 Jan 2020 08:59:10 +0100 Subject: [PATCH] Use tagged version of coveralls --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 0023c25f3..541f8f149 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -352,7 +352,7 @@ Rules = [ {clean, {asn, clean}} ]}]), []}, {[deps], os:getenv("TRAVIS") == "true", - AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl.git", "master"}}]), []}, + AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl.git", {tag, "v2.0.1"}}}]), []}, {[post_hooks], [cover_enabled], os:getenv("TRAVIS") == "true", AppendList2(TravisPostHooks), [], false}, {[overrides], [post_hook_configure], SystemDeps == false,