-
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
Implement FakeWorld.getEntities() #312
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
============================================
- Coverage 16.99% 16.18% -0.81%
- Complexity 965 975 +10
============================================
Files 416 416
Lines 13165 13969 +804
Branches 1383 1472 +89
============================================
+ Hits 2237 2261 +24
- Misses 10782 11560 +778
- Partials 146 148 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
============================================
- Coverage 16.99% 16.18% -0.81%
- Complexity 965 975 +10
============================================
Files 416 416
Lines 13165 13969 +804
Branches 1383 1472 +89
============================================
+ Hits 2237 2261 +24
- Misses 10782 11560 +778
- Partials 146 148 +2
Continue to review full report at Codecov.
|
This PR finishes the
FakeWorld.getEntities(...)
implementation.