-
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
Github action workflow returns: Upload error: Couldn't find a repository matching this job. #1613
Comments
Hi @Ismoh. This error occurs when the repo identifier in your CI config is missing or incorrect. Normally, the repo identifier is your coveralls repo token, assigned by https://coveralls.io and found on your repo page (or start page) and settings page for your repo at https://coveralls.io. However, the Coveralls Github Action breaks this pattern and uses the repo's github token, Sometimes this is missed when users switch an existing project to Github Actions for CI. Sometimes the issue is that customers are using a different integration with Github Actions (instead of using the Coveralls Github Action), but are sending the value I'll need the Coveralls repo URL for your project, and to see your config yaml to best help you resolve the issue. If that's something you don't wish to make public, please email us at [email protected] and reference this issue. |
@Ismoh whoops, apologies. I see the issue you referenced contains your project details. Looking at it now, please give me a few moments... |
@Ismoh ok, now referring to coverallsapp/github-action#109: I see you are using the Coveralls Github Action, which is fine. You'll just want to remove the line, Also, just to maintain sanity, why not change this line to As far as I can tell, from what I see, that should work. If not, here's how to enable verbose mode with the Coveralls Github Action: The Coveralls Github Action uses the node-coveralls integration under-the-hood, so add this environment variable to your config yaml somewhere so it's available to your coveralls step(s): If you continue having issues, please share your verbose build log. |
@afinetooth I really appreciate your detailed help! I think there won't be any problem anymore, but if so, I'll would reopen the ticket! |
@Ismoh great! Glad to hear it. |
Just for reference and for future request from other ppl: |
That's great, thank you. |
coverallsapp/github-action#109
The text was updated successfully, but these errors were encountered: