-
-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore blocked pipelines for badge rendering #4582
Conversation
Deployment of preview was torn down |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4582 +/- ##
==========================================
- Coverage 28.30% 28.29% -0.02%
==========================================
Files 399 399
Lines 28168 28197 +29
==========================================
+ Hits 7973 7978 +5
- Misses 19490 19514 +24
Partials 705 705 ☔ View full report in Codecov by Sentry. |
Can't we directly do that in SQL with |
Sure, sounds like a better idea 😅 |
Thanks for your review! |
Fixes: #2337
Use the existing pagination helper to find the last pipeline that has a status != blocked. While it works, I'm not sure if that's the best solution. If you have any other suggestion, please let me know.