openzim / libzim

Reference implementation of the ZIM specification
https://download.openzim.org/release/libzim/
GNU General Public License v2.0
163 stars 47 forks source link

Readd removed constructor of Archive. #864

Closed mgautierfr closed 4 months ago

mgautierfr commented 4 months ago

Pr #860 removed the constructor from (fd, offset, size). This is a API break and we don't want that.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 57.73%. Comparing base (65bf7a8) to head (c5c7a1e).

Files Patch % Lines
src/archive.cpp 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #864 +/- ## ========================================== - Coverage 57.77% 57.73% -0.04% ========================================== Files 100 100 Lines 4616 4619 +3 Branches 1935 1936 +1 ========================================== Hits 2667 2667 - Misses 669 672 +3 Partials 1280 1280 ```

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