-
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
Coveralls returns 422 error: Couldn't find a repository matching this job #632
Comments
Was renamed to txt to be able to upload |
I am experiencing the same issue. Can anyone help? |
I have the same issue for public repos. |
The issue is still reproducible for all public repos. |
1 similar comment
The issue is still reproducible for all public repos. |
@vcernomschi @devs-deep @avozicov @eistrati there are a couple causes for this:
Let me know how it goes! |
The issue is not reproducible anymore after removing coveralls token |
I have this issues to in public coveralls repo. |
I got the error link:https://travis-ci.org/Jarvin-Guan/arg-parser/jobs/126830328 |
The coveralls.io instructions say to include the token on Travis, but this issue says otherwise: lemurheavy/coveralls-public#632
Deleting the repo inside coveralls.io and add it back works for me, you will loose your coverage history though. |
I forgot to add .coveralls.yml. It works for me now. |
Set up JavaScript Coveralls Here are some quick instructions for this JavaScript project:
|
Just for the record, this also happens when you change the repo's name. Deleting, resyncing and toggling did the trick in my case. |
I tried using the free TravisCI Github app (which might be Travis Pro?), and Coveralls doesn't like it, even after adding a When I try doing..
..it no longer throws a 422 error, but the coverage is still not showing up on https://coveralls.io. I've tried deleting the Coveralls repo, disabling TravisCI and re-enabling via the "Legacy Services Integration" page. Next I guess I'll try renaming the Github repo. 😢 edit: I ended up switching to https://codecov.io |
the error message is very not informative, please make it better
|
I had this same issue as well for an open source project. I did not need to add an empty |
Same issue here https://travis-ci.org/pytest-dev/pytest-bdd/jobs/494573115 |
This is happening to me as well. For some reason restarting the builds seems to work most of the time. Any idea how to fix this? |
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
My problem was that i added |
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
After reading lemurheavy/coveralls-public#632 GitOrigin-RevId: 58029df26efb58e75e82fe032a60532a25dc93d8
Steps to reproduce:
cat ${__COVERAGE_PATH}"/lcov.info" | coveralls
where __COVERAGE_PATH valid path to coverage report.
Expected result: lcov.info file is successfully downloaded.
Actual result:
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
The text was updated successfully, but these errors were encountered: