lemurheavy / coveralls-public

The public issue tracker for coveralls.io
http://coveralls.io
124 stars 7 forks source link

Coveralls status stays in pending in one of my repos #1756

Closed elchininet closed 2 months ago

elchininet commented 2 months ago

Hi, opening this issue following the recommendation provided here.

I have an issue in one of my repositories in which several merge requests are waiting the status to be reported by Coveralls. The Coveralls job ended correctly and sent the report but the report status is never sent back.

Merge requests that are hanging:

This merge request finished successfuly after the second one:

In Coveralls, all these MRs (that I have restarted several times) are reported as pending completion:

https://coveralls.io/github/elchininet/postcss-rtlcss

image

Regards

afinetooth commented 2 months ago

Hi @elchininet. Thank you. I'll be responding to your email request but will backfill solutions here for other users.

afinetooth commented 2 months ago

@elchininet as I stated in our email thread, our engineering team thinks this error is specific to you right now because we are seeing an error on your PR builds that your PR diffs exceed the allowable size for GitHub requests. I suspect this might be do to a BLOB in your project that is not being excluded from tests? Not sure, but hopefully that will provide some insight for more investigation on your side.

I would love to know when this started occurring for you, either by date or build number so we can look into those specific cases. It does still feel a little too coincidental that it started happening during last week's incident.

elchininet commented 2 months ago

Hi @afinetooth,

It seems that the starting of the issue during the last week incident was just a fatal coincidence. I didn't know anout that limitation about allowable size for GitHub requests. If I understand well what the engineers say, I just need to split that pull request into smaller chunks and it should be OK.

I‘ll do a first pull request just taking a small portion of the original one and it it goes well, I will report back so we can surely assess that the problem is indeed that.

Regards

elchininet commented 2 months ago

Hi @afinetooth,

Confirmed!

I submit this one and the coverage was reported back without issues.

I‘ll keep into account that limitation with the size of the Gihub requests to avoid doing pull request with too many changes.

Closing this issue.

Regards