emmercm / igir

🕹 A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.
https://igir.io/
GNU General Public License v3.0
306 stars 15 forks source link

Refactor: Bun: replace dependency 'unzipper' with 'yauzl' #1113

Open emmercm opened 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 93.05%. Comparing base (f820b17) to head (e681bd8).

Files Patch % Lines
src/types/files/archives/zip.ts 89.06% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1113 +/- ## ========================================== + Coverage 92.95% 93.05% +0.09% ========================================== Files 92 92 Lines 6079 6116 +37 Branches 1447 1454 +7 ========================================== + Hits 5651 5691 +40 + Misses 406 404 -2 + Partials 22 21 -1 ```

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

github-actions[bot] commented 2 months ago

:test_tube: Branch testing instructions

This pull request can be tested locally with the following command:

npm exec --yes -- "github:emmercm/igir#emmercm/bun-replace-unzipper" [commands..] [options]

Comment generated by the Pull Request Commenter workflow.