Runroom / RunroomSamplesBundle

Samples of features that we use on our projects
MIT License
3 stars 6 forks source link

[WIP] Pagination example with knplabs/knp-pagination-bundle #22

Closed DaniCristante closed 2 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will decrease coverage by 2.78%. The diff coverage is 6.45%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #22      +/-   ##
============================================
- Coverage     51.43%   48.64%   -2.79%     
- Complexity      127      135       +8     
============================================
  Files            23       24       +1     
  Lines           488      518      +30     
============================================
+ Hits            251      252       +1     
- Misses          237      266      +29     
Impacted Files Coverage Δ Complexity Δ
src/BasicEntities/Admin/BookAdmin.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/BasicEntities/Controller/BookController.php 68.75% <0.00%> (-31.25%) 4.00 <1.00> (+1.00) :arrow_down:
src/BasicEntities/Repository/BookRepository.php 15.78% <0.00%> (-7.29%) 3.00 <1.00> (+1.00) :arrow_down:
src/BasicEntities/ViewModel/BooksListViewModel.php 0.00% <0.00%> (ø) 5.00 <5.00> (?)
src/BasicEntities/Service/BookService.php 68.42% <25.00%> (-31.58%) 4.00 <2.00> (+1.00) :arrow_down:

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 86aab42...c07b911. Read the comment docs.

DaniCristante commented 2 years ago

Cierro este PR, he abierto uno nuevo: #48