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
I'm running coveralls in the final step of my Buildkite pipeline. I'm saving the required ENV variables under Pipeline Settings, like so:
COVERALLS_SERVICE_NAME="buildkite"
COVERALLS_REPO_TOKEN="<redacted for security>"
The repo token was created in my Coveralls account under the name "buildkite"
At the end of the run, I keep getting Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
I've reviewed the Coveralls API and looked through similar issues here, but they mostly seem to pertain to Travis PRO and problems on that end. Does anyone have any advice? Am I missing a config option, or is it not formatted correctly?
The text was updated successfully, but these errors were encountered:
I'm running coveralls in the final step of my Buildkite pipeline. I'm saving the required ENV variables under Pipeline Settings, like so:
The repo token was created in my Coveralls account under the name "buildkite"
At the end of the run, I keep getting
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
I've reviewed the Coveralls API and looked through similar issues here, but they mostly seem to pertain to Travis PRO and problems on that end. Does anyone have any advice? Am I missing a config option, or is it not formatted correctly?
The text was updated successfully, but these errors were encountered: