ci: enable coveralls parallel send

Since we use coveralls' [parallel webhook
API](https://docs.coveralls.io/api-parallel-build-webhook), it seems we should also set it
in our [plugin
config](02daa4e5f1/src/rebar3_coveralls.erl (L132)).
This commit is contained in:
Thales Macedo Garitezi 2024-01-25 14:58:54 -03:00
parent 590746ddfa
commit cc60b02964
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ coveralls() ->
{coveralls_service_job_id, os:getenv("GITHUB_RUN_ID")},
{coveralls_commit_sha, os:getenv("GITHUB_SHA")},
{coveralls_coverdata, "_build/test/cover/*.coverdata"},
{coveralls_parallel, true},
{coveralls_service_name, "github"}
],
case