-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
systematically avoid checking of input #35233
systematically avoid checking of input #35233
Conversation
@tmiller, that's part two. |
Two questions:
now gives
|
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #35233 +/- ##
===========================================
+ Coverage 88.57% 88.59% +0.02%
===========================================
Files 2140 2140
Lines 397273 397419 +146
===========================================
+ Hits 351891 352111 +220
+ Misses 45382 45308 -74
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
will do!
I know, I was referring to #35046. |
There are very many test failures, but I cannot reproduce them locally :-( |
Documentation preview for this PR is ready! 🎉 |
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.
Thank you. LGTM. The tester now seems to be passing without any problems too.
Thank you! I'm afraid you have to remove the |
Sorry, I forgot to do this. Done. |
merge conflict |
Trusting that the code is correct, there is no reason to check the input.
📚 Description
Closes #35212, #35212 (comment)
📝 Checklist
⌛ Dependencies