marcelotduarte / cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
https://marcelotduarte.github.io/cx_Freeze/
Other
1.28k stars 210 forks source link

bdist_deb: catch a cpio 2.13 bug #2402

Closed marcelotduarte closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 79.82%. Comparing base (7777199) to head (530aa97).

Files Patch % Lines
cx_Freeze/command/bdist_deb.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2402 +/- ## ========================================== - Coverage 79.94% 79.82% -0.12% ========================================== Files 27 27 Lines 4058 4065 +7 ========================================== + Hits 3244 3245 +1 - Misses 814 820 +6 ```

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