From e2c2b66793bb93a9b1b541e543ecda120666a61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Tue, 31 May 2022 14:20:00 +0200 Subject: [PATCH] Rebar: Use our own fork of `coveralls-erl` It contains the following patch to fix the send of Git info: https://github.com/markusn/coveralls-erl/pull/36 It also fixes the send of source code. --- rebar.config.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config.script b/rebar.config.script index b4c58714..27982e9e 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -15,8 +15,8 @@ begin {plugins, [{coveralls, {git, - "https://github.com/RoadRunnr/coveralls-erl.git", - {branch, "feature/git-info"}}}]}, + "https://github.com/rabbitmq/coveralls-erl.git", + {branch, "fixes"}}}]}, {coveralls_coverdata, ["_build/test/cover/eunit.coverdata", "_build/test/cover/proper.coverdata"]},