-
Notifications
You must be signed in to change notification settings - Fork 23
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
Remove MlsRules #243
Remove MlsRules #243
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 1.x-main #243 +/- ##
============================================
- Coverage 90.30% 90.23% -0.08%
============================================
Files 177 176 -1
Lines 31365 31222 -143
============================================
- Hits 28325 28172 -153
- Misses 3040 3050 +10 ☔ 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.
Looks good, see nit comments. One thing we should keep in mind as we get closer to where we want to be with the API is that we need to reorg the tests at some point to be able to be at the properly level. We should have builder level tests for edge cases and then integration tests for just general protocol testing. That will make some of these files a lot smaller
Any idea why the tests above are failing? Seems like something new? |
It's new but unrelated, they fail on main too. We should investigate separately. |
This looks quite big but most changes are pretty trivial.
The real change is to
The only relevant files are
Follow-up
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.