Codecov stuck in "Processing..." for commits of a public GitHub repository

@mmoayyed, that sounds exactly right. Codecov checks for any outstanding (pending or failed) status checks on a PR for “done”. If you are worried about early reporting, you can always use after_n_builds

Thanks for the confirmation @tom. Looks like doing individual uploads for each run works well:

I’ll continue to test this a bit more but so far, it looks pretty good.

Thanks so much for your time and patience with this case.

1 Like

Awesome @mmoayyed! I’m glad it worked, and sorry that it took so long to get to this point!