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
goveralls -repotoken $COVERALLS_TOKEN -coverprofile=coverage.out -race -covermode atomic -v -service=github
bad response status from coveralls: 422
{"message":"Couldn't find a repository matching this job.","error":true}
goveralls -repotoken $COVERALLS_TOKEN -coverprofile=coverage.out -race -covermode atomic -v -service github
bad response status from coveralls: 422
{"message":"Couldn't find a repository matching this job.","error":true}
The text was updated successfully, but these errors were encountered:
I think there should be a way to provide the commit hash without the tool to figure out because the coveralls api reference does accept the commit hash.
without
-service
:with
-service
:The text was updated successfully, but these errors were encountered: