-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Stopping a pipeline should not fail when it does not exist #7942
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
🐛 Stopping a pipeline should not fail when it does not exist #7942
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7942 +/- ##
==========================================
- Coverage 88.01% 87.92% -0.10%
==========================================
Files 1846 1428 -418
Lines 71227 59391 -11836
Branches 1222 624 -598
==========================================
- Hits 62693 52220 -10473
+ Misses 8180 6961 -1219
+ Partials 354 210 -144
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
8f29832 to
c31ac14
Compare
|
@mergify queue |
🟠 Waiting for conditions to match
|
74d1332 to
c92c2ac
Compare
|



What do these changes do?
silence_exceptionsdecorator improvements:suppress_exceptionsreasonthat is logged in DEBUG level with the suppressed exceptiontest_exception_utils.pyRelated issue/s
How to test
Dev-ops