okkez / coveralls-lcov

lcov support for coveralls.io
MIT License
26 stars 11 forks source link

Add support for parallel builds #17

Closed iustin closed 4 years ago

iustin commented 4 years ago

From https://docs.coveralls.io/parallel-build-webhook and https://docs.coveralls.io/api-reference, all that is needed is to pass-through an environment variable to a field named 'parallel' in the job payload.

Note I don't actually know Ruby, so feel free to suggest or implement a more idiomatic way.

Signed-off-by: Iustin Pop iustin@k1024.org