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: remove dependency 'async' #1112

Open emmercm opened 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 93.22%. Comparing base (f820b17) to head (4e6a65f).

Files Patch % Lines
src/driveSemaphore.ts 40.00% 3 Missing :warning:
src/types/options.ts 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1112 +/- ## ========================================== + Coverage 92.95% 93.22% +0.26% ========================================== Files 92 93 +1 Lines 6079 6078 -1 Branches 1447 1447 ========================================== + Hits 5651 5666 +15 + Misses 406 391 -15 + 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-async" [commands..] [options]

Comment generated by the Pull Request Commenter workflow.