You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When using github actions build and on Pull Request the following error appear:
Notes:
sbt
setting:The text was updated successfully, but these errors were encountered: