-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find a repository matching this job. #1268
Comments
This has occurred for me since ~14 to 20 hours ago. |
Duplicate of #1264 |
Hi @techoner, turned out we had our webserver IPs accidentally blacklisted by Travis, so we couldn't query their API to get job info as coverage data was posted. Apologies for the gap in service here! We're adding failsafes to warn us early about this in the future. |
Hi, I tried
But still does not seem to resolve this issue. This happens only when I give the path to base_directory, while using the python-coveralls library |
I am seeing this error from GitHub Actions (though not from Travis):
On another repo (https://github.com/graphviz-perl/GraphViz2/runs/1350929974) I tried the advice in #1264 of deleting and reenabling on coveralls.io, which didn't help. Doing the coveralls update on my local machine, giving the correct token, worked. Advise please? |
Hi @mohawk2, the Github Action is a little different. The Action provides an access token that we leverage instead of the repo_token. It's fine to add that, but the Action is looking for its token, which should be setup in your workflow file as follows:
Reference here: It looks like you're setting Hope that works for you. |
@mohawk2 On a second look, I realize you may be doing this without the use of the Coveralls Github Action. In that case, you'll want to set the env var Try that and let us know. |
@afinetooth Thanks! I created a particular secret called I will feed this back to the author of the Perl Coveralls reporting module to update the docs. However, the message is terrible because it's misleading. PLEASE get this switched so it says something that indicates "right repo, wrong auth". That's a lot of time I lost because someone was lazy with their error-reporting. |
Thanks to kan/coveralls-perl#33 there is now working coverage-reporting for Perl with no need for making the Coveralls secret. |
$ $HOME/gopath/bin/goveralls -service=travis-ci
Bad response status from coveralls: 422
{"message":"Couldn't find a repository matching this job.","error":true}
The command "$HOME/gopath/bin/goveralls -service=travis-ci" exited with 1.
The text was updated successfully, but these errors were encountered: