Skip to content

Backport of issue #2127 to tree 3.7 #2131

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

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

pendexgabo
Copy link

@pendexgabo pendexgabo commented Oct 27, 2020

Per @divine request (#2130 (comment)) I'm pushing this MR

All test passed.

root@920f49f22538:/code# ./vendor/phpunit/phpunit/phpunit
PHPUnit 8.5.8 by Sebastian Bergmann and contributors.

...............................................................  63 / 201 ( 31%)
............................................................... 126 / 201 ( 62%)
............................................................... 189 / 201 ( 94%)
............                                                    201 / 201 (100%)

Time: 12.51 seconds, Memory: 70.00 MB

OK (201 tests, 873 assertions)
root@920f49f22538:/code# exit

@codecov-io
Copy link

codecov-io commented Oct 27, 2020

Codecov Report

Merging #2131 into master will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2131      +/-   ##
============================================
+ Coverage     86.90%   87.01%   +0.11%     
  Complexity      664      664              
============================================
  Files            33       33              
  Lines          1573     1556      -17     
============================================
- Hits           1367     1354      -13     
+ Misses          206      202       -4     
Impacted Files Coverage Δ Complexity Δ
src/Jenssegers/Mongodb/Query/Builder.php 89.26% <100.00%> (ø) 163.00 <0.00> (ø)
src/Jenssegers/Mongodb/Eloquent/Model.php 93.63% <0.00%> (-1.28%) 83.00% <0.00%> (ø%)
src/Jenssegers/Mongodb/Eloquent/Builder.php 87.93% <0.00%> (-0.21%) 22.00% <0.00%> (ø%)
src/Jenssegers/Mongodb/Relations/EmbedsMany.php 97.14% <0.00%> (-0.11%) 45.00% <0.00%> (ø%)
src/Jenssegers/Mongodb/Queue/MongoQueue.php 100.00% <0.00%> (ø) 10.00% <0.00%> (ø%)
...rc/Jenssegers/Mongodb/Eloquent/HybridRelations.php 93.58% <0.00%> (+5.94%) 34.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f297ec1...aedd19e. Read the comment docs.

@divine divine changed the base branch from master to 3.7 October 27, 2020 16:28
@divine divine merged commit 95fed6a into mongodb:3.7 Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants