-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 E2E: be compatible with legacy services #7134
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7134 +/- ##
==========================================
+ Coverage 84.57% 87.68% +3.11%
==========================================
Files 1598 1628 +30
Lines 61728 63685 +1957
Branches 2053 2053
==========================================
+ Hits 52206 55843 +3637
+ Misses 9199 7505 -1694
- Partials 323 337 +14
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Restarted CI due to failing tests |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@Mergifyio refresh |
✅ Pull request refreshed |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Restarted CI due to failing tests |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 8bed900 |
|
autoscaled = request.config.getoption("--service-is-legacy") | ||
return TypeAdapter(bool).validate_python(autoscaled) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
autoscaled?
What do these changes do?
Related issue/s
How to test
Dev-ops checklist