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
I am experiencing an issue with parallel build coverage reporting. Despite all individual jobs uploading coverage successfully via the coverallsapp/github-action, the overall build remains stuck in "Pending completion." My workflow uses a matrix setup with pytest, and the issue seems related to the matrix not completing correctly in Coveralls.
The text was updated successfully, but these errors were encountered:
I also have very long pending completion statuses. And I don't even use parallel builds. I just build and generate coverage from one run, one job, one folder, and one coverage report that gets uploaded.
I am experiencing an issue with parallel build coverage reporting. Despite all individual jobs uploading coverage successfully via the coverallsapp/github-action, the overall build remains stuck in "Pending completion." My workflow uses a matrix setup with pytest, and the issue seems related to the matrix not completing correctly in Coveralls.
The text was updated successfully, but these errors were encountered: