Use COVERALLS environment variable to detect when coveralls is required
This commit is contained in:
@@ -119,7 +119,7 @@ Rules = [
|
||||
{compile, {pc, compile}},
|
||||
{clean, {pc, clean}}
|
||||
]}]), []},
|
||||
{[plugins], IsRebar3 and (os:getenv("GITHUB_ACTIONS") == "true"),
|
||||
{[plugins], os:getenv("COVERALLS") == "true",
|
||||
AppendList([{coveralls, {git,
|
||||
"https://github.com/RoadRunnr/coveralls-erl.git",
|
||||
{branch, "feature/git-info"}}} ]), []},
|
||||
|
||||
Reference in New Issue
Block a user