trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

Support Coveralls Parallel Flag #128

Closed shabino closed 1 year ago

shabino commented 6 years ago

It should be possible to cause "parallel":true to be set in the JSON sent to Coveralls.

tdonohue commented 3 years ago

FYI to others looking at running parallel builds (in Travis CI or similar) using coveralls-maven-plugin. Unfortunately, this bug causes Coveralls.io to not recognize the build as parallel even if you follow the Coveralls Parallel Builds Webhook instructions.

You can see my experience with this issue at https://github.com/lemurheavy/coveralls-public/issues/1487

Until this issue can be resolved (e.g. via the linked PR), parallel builds won't work correctly with the latest release of coveralls-maven-plugin.