semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: code coverage GH action shouldn't fail if required status checks aren't run

Open moonbox3 opened this issue 1 year ago • 2 comments

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.

moonbox3 avatar Apr 01 '24 13:04 moonbox3

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.

image

moonbox3 avatar Apr 01 '24 13:04 moonbox3

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Jul 03 '24 01:07 github-actions[bot]