kiwilan / php-archive

PHP package to handle archives (.zip, .rar, .tar, .7z, .pdf) with unified API and hybrid solution (native/p7zip), designed to works with EPUB and CBA (.cbz, .cbr, .cb7, .cbt).
MIT License
6 stars 5 forks source link

v2.3.0 #43

Closed ewilan-riviere closed 7 months ago

ewilan-riviere commented 7 months ago
codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 89.74359% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 91.40%. Comparing base (05a077b) to head (d0eb8ee).

:exclamation: Current head d0eb8ee differs from pull request most recent head 3c29174. Consider uploading reports for the commit 3c29174 to get more accurate results

Files Patch % Lines
src/Archive.php 89.65% 3 Missing :warning:
src/Readers/BaseArchive.php 81.81% 2 Missing :warning:
src/Readers/ArchivePdf.php 66.66% 1 Missing :warning:
src/Readers/ArchiveRar.php 83.33% 1 Missing :warning:
src/Readers/ArchiveZip.php 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ============================================ - Coverage 91.70% 91.40% -0.30% - Complexity 294 311 +17 ============================================ Files 14 14 Lines 988 1047 +59 ============================================ + Hits 906 957 +51 - Misses 82 90 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.