-
Notifications
You must be signed in to change notification settings - Fork 46
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
core, python: rename use infra speed limits tag #10829
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10829 +/- ##
==========================================
+ Coverage 81.93% 82.56% +0.63%
==========================================
Files 1084 1084
Lines 107216 107260 +44
Branches 737 728 -9
==========================================
+ Hits 87846 88558 +712
+ Misses 19329 18661 -668
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c602a28
to
649bfec
Compare
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.
LGTM
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.
Much appreciated. It removes an incoherence indeed.
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.
👍
Signed-off-by: Alex Rolland <[email protected]>
16e74b6
to
18e3298
Compare
Following this PR : #10681
We want to use the same name everywhere (sometimes we used
UseInfraSpeedLimits
and sometimesUseSpeedLimits
)