-
Notifications
You must be signed in to change notification settings - Fork 671
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
Chore: replace u32::max_value() with u32::MAX #3739
Conversation
This reverts commit bb70dab.
…ted-num-max-value Refactor `u32::max_value()` with `u32::MAX`
Codecov Report
@@ Coverage Diff @@
## develop #3739 +/- ##
===========================================
+ Coverage 85.08% 85.63% +0.54%
===========================================
Files 298 302 +4
Lines 276674 286537 +9863
===========================================
+ Hits 235397 245362 +9965
+ Misses 41277 41175 -102
... and 31 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
I'm curious, why do we need an additional PR to merge this one? I.e. why couldn't #3739 be merged directly to develop
?
It's because the two checks that build and publish docker images fail when PRs come from forks, since the keys are not available to the CI. We discussed this before and I think the consensus is that these checks should not be required, or should only run in certain scenarios, but until that is resolved, we have to do this to workaround it. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
This is a chore PR to merge PR #3735.