coverallsapp/github-action

Github action workflow returns: Upload error: Couldn't find a repository matching this job.

Ismoh opened this issue · 0 comments

Ismoh commented

Upload error: Couldn't find a repository matching this job.

I tried:

  • Environment secret with repo_token

  • Repository secret with repo_token

  • .coveralls.yml with repo_token

  • I resynced the repo

  • I regenrated the repo_token and updated it in the workflow yml

  • I deleted the repo on coveralls.io and added it again

  • I didnt try repo_token without any github secrets, better to say: I didnt used my repo_token in plaintext

Is there a verbose flag to see more information?

This is my github wokflow action defintion:
https://github.com/Ismoh/NoitaMP/blob/master/.github/workflows/ubuntu-latest-lua-unit-testing.yml#L86-L92

And this is the log result:
https://github.com/Ismoh/NoitaMP/runs/4923456791?check_suite_focus=true
(see Coveralls GitHub Action)

Coveralls.io page: https://coveralls.io/github/Ismoh/NoitaMP

Can someone give me a hint?