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

Allow to disable test build #854

Closed kelson42 closed 5 months ago

kelson42 commented 6 months ago

Fixes #849

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1bcb213) 57.60% compared to head (8268473) 57.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #854 +/- ## ======================================= Coverage 57.60% 57.60% ======================================= Files 99 99 Lines 4590 4590 Branches 1922 1922 ======================================= Hits 2644 2644 + Misses 677 676 -1 - Partials 1269 1270 +1 ```

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

data-man commented 5 months ago

Thanks!