SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

support Coveralls parallel runs #523

Closed paulz closed 1 year ago

paulz commented 1 year ago

add IS_PARALLEL environment to allow parallel and flag_name as GitHub job name

parallel Boolean OPTIONAL If this is set, the build will not be considered done until a webhook has been sent to https://coveralls.io/webhook?repo_token=…
flag_name String OPTIONAL If this is set, the job being reported will be named in the view and have it’s own independent status reported to your VCS provider.
ksuther commented 1 year ago

Thanks for the PR!