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
305 stars 15 forks source link

Fix: don't consider input files as moved when write failed #1156

Closed emmercm closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93.17%. Comparing base (ed1f267) to head (c5ba1f9).

Files Patch % Lines
src/modules/candidateWriter.ts 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1156 +/- ## ========================================== - Coverage 93.20% 93.17% -0.03% ========================================== Files 102 102 Lines 6372 6378 +6 Branches 1514 1517 +3 ========================================== + Hits 5939 5943 +4 + Misses 432 412 -20 - Partials 1 23 +22 ```

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

github-actions[bot] commented 2 weeks ago

:test_tube: Branch testing instructions

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

npm exec --yes -- "github:emmercm/igir#emmercm/dont-considere-moved-on-error" [commands..] [options]

Comment generated by the Pull Request Commenter workflow.