Skip to content

Commit

Permalink
Rebar: Use our own fork of coveralls-erl
Browse files Browse the repository at this point in the history
It contains the following patch to fix the send of Git info:
markusn/coveralls-erl#36

It also fixes the send of source code.
  • Loading branch information
dumbbell committed May 31, 2022
1 parent f9a9e30 commit e2c2b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config.script
Expand Up @@ -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"]},
Expand Down

0 comments on commit e2c2b66

Please sign in to comment.