Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-12-07 01:17:11 +0300
committerBadlop <badlop@process-one.net>2021-12-07 03:33:16 +0300
commit3f4423e996f19b5e395f59b17184cc021d6752a3 (patch)
treef34c117e93f4de25f37d54beb7e802a2275f725c /rebar.config.script
parent8d8a3177e15aac8e693aa20e8e51d6463e81163d (diff)
Use P1's coveralls-erl fork to handle unicode in git commit author
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index efd51d6ba..c83390fb5 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -387,8 +387,8 @@ Rules = [
]}]), []},
{[plugins], IsRebar3 and (os:getenv("GITHUB_ACTIONS") == "true"),
AppendList([{coveralls, {git,
- "https://github.com/RoadRunnr/coveralls-erl.git",
- {branch, "feature/git-info"}}} ]), []},
+ "https://github.com/processone/coveralls-erl.git",
+ {branch, "addjsonfile"}}} ]), []},
{[overrides], [post_hook_configure], SystemDeps == false,
AppendList2(GenDepsConfigure), [], []},
{[ct_extra_params], [eunit_compile_opts], true,