summaryrefslogtreecommitdiff
path: root/rebar.config.script
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-06-03 16:48:10 +0200
committerBadlop <badlop@process-one.net>2021-06-06 16:56:29 +0200
commit2b0d724aef722b2a2fb0a07193e8a56b5db06fa8 (patch)
tree2c53d24dd22b40b8732be3fd2636bdefc6c722f1 /rebar.config.script
parentCI: Get rebar3 compatible with previous OTP, the one in Ubuntu 20.04 is not (diff)
Workaround so coveralls website shows git commit information
References: https://github.com/markusn/coveralls-erl/pull/36 https://github.com/deadtrickster/prometheus.erl/pull/123
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script4
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 9591b9ea..a2e31ef4 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -363,7 +363,9 @@ Rules = [
{clean, {asn, clean}}
]}]), []},
{[plugins], IsRebar3 and (os:getenv("GITHUB_ACTIONS") == "true"),
- AppendList([coveralls]), []},
+ AppendList([{coveralls, {git,
+ "https://github.com/RoadRunnr/coveralls-erl.git",
+ {branch, "feature/git-info"}}} ]), []},
{[overrides], [post_hook_configure], SystemDeps == false,
AppendList2(GenDepsConfigure), [], []},
{[ct_extra_params], [eunit_compile_opts], true,