Skip to content

Add missing 'pending' workflow status#1564

Merged
elliotgunton merged 2 commits intomainfrom
add-missing-pending-workflows-status
Mar 11, 2026
Merged

Add missing 'pending' workflow status#1564
elliotgunton merged 2 commits intomainfrom
add-missing-pending-workflows-status

Conversation

@elliotgunton
Copy link
Copy Markdown
Collaborator

Pull Request Checklist

Description of PR
Currently, queuing many workflows can result in some being in the "pending" state, which was not enumerated in the WorkflowStatus class. This PR adds the pending state and some tests for coverage.

Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
@elliotgunton elliotgunton added semver:patch A change requiring a patch version bump type:enhancement A general enhancement type:bug A general bug and removed type:enhancement A general enhancement labels Mar 11, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.5%. Comparing base (8ef62ce) to head (6d9172a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1564     +/-   ##
=======================================
+ Coverage   80.4%   80.5%   +0.1%     
=======================================
  Files         62      62             
  Lines       5103    5104      +1     
  Branches     777     777             
=======================================
+ Hits        4103    4109      +6     
+ Misses       864     859      -5     
  Partials     136     136             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@elliotgunton elliotgunton merged commit b13584b into main Mar 11, 2026
27 checks passed
@elliotgunton elliotgunton deleted the add-missing-pending-workflows-status branch March 11, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:patch A change requiring a patch version bump type:bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pending WorkflowStatus not supported

2 participants