Python: code coverage GH action shouldn't fail if required status checks aren't run
Describe the bug Right now, if a community member creates a PR, the Python test coverage GH action fails because the other required GH actions steps aren't run yet. The test coverage step shouldn't fail, but should wait to run as well.
Expected behavior The user shouldn't see a failure on the GH actions if their required checks haven't run yet.
Describe the bug Right now, if a community member creates a PR, the Python test coverage GH action fails because the other required GH actions steps aren't run yet. The test coverage step shouldn't fail, but should wait to run as well. Expected behavior The user shouldn't see a failure on the GH actions if their required checks haven't run yet.
How?
Here's an example of a PR where this is happening: #5686.
This issue is stale because it has been open for 90 days with no activity.