This is a known issue -- there are some cases where Github actions needs to be run with the github-actions service name and some cases where it must use the github service name. We have as of yet been unable to determine what causes the difference in usecase.
Running coveralls on Github Actions will use the github-actions service name by default. If you see a 422 error get raised, please try running coveralls --service=github, instead:
coveralls --service=github
If anyone discovers the secret sauce behind when coveralls requires each name, please let me know -- I'd love to fix the auto-detection!
This is a known issue -- there are some cases where Github actions needs to be run with the
github-actionsservice name and some cases where it must use thegithubservice name. We have as of yet been unable to determine what causes the difference in usecase.Running
coverallson Github Actions will use thegithub-actionsservice name by default. If you see a 422 error get raised, please try runningcoveralls --service=github, instead:If anyone discovers the secret sauce behind when coveralls requires each name, please let me know -- I'd love to fix the auto-detection!