coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
455 stars 76 forks source link

Having Issues Bad Response in GitHub Action CI #180

Closed iftekhariasif closed 1 year ago

iftekhariasif commented 1 year ago

I am having the following issue in Github Action.

#!/bin/bash -eo pipefail
goveralls -coverprofile=coverage.txt -service=circle-ci -repotoken=${COVERALLS_REPO_TOKEN}

bad response status from coveralls: 500
{"message":"Build processing error.","error":true,"url":""}

Exited with code exit status 1
CircleCI received exit code 1

My local is working fine & seems code has no bug. Does anyone know the reason? (I am totally clueless)

ZLY201 commented 1 year ago

I also got the same error.

peaceiris commented 1 year ago

I got the error on CircleCI with https://github.com/mattn/goveralls.

This problem looks like an issue related to the coveralls endpoint, not only this action.

mrexox commented 1 year ago

Hey! Thank you all for reporting. We had an infrastructural issue but it was fixed by now.

afinetooth commented 1 year ago

Thanks all and apologies for the inconvenience. Incident.