ongr-io / ElasticsearchBundle

Symfony bundle for Elasticsearch with steroids
MIT License
313 stars 189 forks source link

Feature/inherited documents #941

Open 0x6368 opened 4 years ago

0x6368 commented 4 years ago

Fixes https://github.com/ongr-io/ElasticsearchBundle/issues/940

codecov-io commented 4 years ago

Codecov Report

Merging #941 into master will increase coverage by 1.09%. The diff coverage is 91.96%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #941      +/-   ##
============================================
+ Coverage     83.13%   84.23%   +1.09%     
- Complexity      414      446      +32     
============================================
  Files            39       39              
  Lines          1364     1440      +76     
============================================
+ Hits           1134     1213      +79     
+ Misses          230      227       -3     
Impacted Files Coverage Δ Complexity Δ
Mapping/Converter.php 91.66% <85.00%> (-2.22%) 26.00 <12.00> (+6.00) :arrow_down:
Mapping/DocumentParser.php 85.71% <91.66%> (+0.59%) 77.00 <15.00> (+19.00)
Service/IndexService.php 70.83% <100.00%> (+6.24%) 67.00 <3.00> (+3.00)
Test/AbstractElasticsearchTestCase.php 94.59% <100.00%> (+1.73%) 20.00 <5.00> (+4.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 fe3801c...94db79c. Read the comment docs.