-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: Remove unnecessary error checking #16150
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #16150 +/- ##
==========================================
- Coverage 49.56% 49.55% -0.02%
==========================================
Files 269 269
Lines 46827 46891 +64
==========================================
+ Hits 23212 23235 +23
- Misses 21339 21375 +36
- Partials 2276 2281 +5 ☔ View 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.
Thanks!
@navist2020 can you fix the DCO check? |
Signed-off-by: lijun <[email protected]>
ee05bc6
to
e5886d1
Compare
@crenshaw-dev Thanks for your response. |
Signed-off-by: lijun <[email protected]> Signed-off-by: jmilic1 <[email protected]>
Signed-off-by: lijun <[email protected]>
Signed-off-by: lijun <[email protected]>
Signed-off-by: lijun <[email protected]> Signed-off-by: Kevin Lyda <[email protected]>
Signed-off-by: lijun <[email protected]>
This error checking seems unnecessary because the previous code did not return a new error.