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?
Hi,
I'm currently attempting to use the parallel flag using
goveralls -parallel -coverprofile=cover.out ...then a final call like
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?