Parallel with coverprofile?
captainswain opened this issue · 1 comments
captainswain commented
Hi,
I'm currently attempting to use the parallel flag using
goveralls -parallel -coverprofile=cover.out ...
then a final call like
goveralls -parallel-finish
However, the parallel finish doesn't seem to be hitting the webhook correctly.
Is this functionality currently supported? Or do I need to run my tests with goveralls to use the parallel job submissions?
shogo82148 commented
It works on my repositories.
Can you tell me more details? e.g. CI environment, the actual script you ran, etc.