Skip to content
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

Upload fails for Github actions (pull request) build #211

Closed
viktor-podzigun opened this issue Nov 8, 2022 · 1 comment · Fixed by #212
Closed

Upload fails for Github actions (pull request) build #211

viktor-podzigun opened this issue Nov 8, 2022 · 1 comment · Fixed by #212

Comments

@viktor-podzigun
Copy link
Contributor

viktor-podzigun commented Nov 8, 2022

When using github actions build and on Pull Request the following error appear:

[info] Uploading the coveralls file (coveralls.json)
[error] java.lang.RuntimeException: 
[error] Uploading to https://coveralls.io/ failed: Couldn't find a repository matching this job.
[error] The error message 'Couldn't find a repository matching this job' can mean your repo token is incorrect.

Notes:

  • using the same coveralls repo token it works locally with manual upload for my branch
  • it also works on Guthub actions with this sbt setting:
coverallsService := None
@rolandtritsch
Copy link
Member

I will take a look at this later-on today.

viktor-podzigun added a commit to viktor-podzigun/sbt-coveralls that referenced this issue Nov 10, 2022
@viktor-podzigun viktor-podzigun changed the title Upload fails for Github actions pull request build Upload fails for Github actions (pull request) build Nov 10, 2022
rolandtritsch added a commit that referenced this issue Nov 13, 2022
…load

Fixed gihub actions upload #211

@viktor-podzigun Thank you for the fix. Merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants