zackad / manga-server

Serve your manga collection over network.
MIT License
3 stars 0 forks source link

Refactor: Add route prefix for explore mode #138

Closed zackad closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #138 (7818922) into master (cf82a29) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master      #138   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        61        65    +4     
===========================================
  Files             12        12           
  Lines            248       271   +23     
===========================================
+ Hits             248       271   +23     
Impacted Files Coverage Δ
src/Controller/ArchiveController.php 100.00% <100.00%> (ø)
src/Controller/DefaultController.php 100.00% <100.00%> (ø)
src/Service/DirectoryListing.php 100.00% <100.00%> (ø)
src/Service/NextChapterResolver.php 100.00% <100.00%> (ø)
src/Service/Search.php 100.00% <100.00%> (ø)
src/Twig/AppExtension.php 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

zackad commented 2 years ago

Pagination for app_archive_list is not working.