You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should either turn off one of them (No CGO has my vote), or figure out how to separate them in coverall api
To disable push of the cover information we just need to remove the --coveralls. To have different coverprofile, we just need to pass in --coverprofile=$name
The easiest thing might be to use the `--coverprofile=default${CGO_ENABLED}" flag to the coverall and that should have different cover profiles?
But this is a bit of a hack.
The text was updated successfully, but these errors were encountered:
We should either turn off one of them (No CGO has my vote), or figure out how to separate them in coverall api
To disable push of the cover information we just need to remove the
--coveralls
. To have different coverprofile, we just need to pass in--coverprofile=$name
The easiest thing might be to use the `--coverprofile=default${CGO_ENABLED}" flag to the coverall and that should have different cover profiles?
But this is a bit of a hack.
The text was updated successfully, but these errors were encountered: