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
Duplicate service job IDs from Travis during job restarts cannot pass CI due to coveralls.io error. The existing workaround is to manually trigger a new job instead of restarting an existing one.
Bad response: 422 {"message":"service_job_id (378233677) must be unique for Travis Jobs not supplying a Coveralls Repo Token","error":true}
Introduce a Coveralls repo token so that jobs can be easily restarted.
The text was updated successfully, but these errors were encountered:
Specifying COVERALLS_REPO_TOKEN as suggested here and documented here. Though, multiple comments say that a token should not even need to be specified for public repos.
Moving the coveralls script to after_success as suggested here.
Explicitly specifying the COVERALLS_SERVICE_JOB_ID as suggested here.
None worked. There are some suggestions to move to codeCov, which I suggest that we explore.
Duplicate service job IDs from Travis during job restarts cannot pass CI due to coveralls.io error. The existing workaround is to manually trigger a new job instead of restarting an existing one.
Introduce a Coveralls repo token so that jobs can be easily restarted.
The text was updated successfully, but these errors were encountered: