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

freezer: resolve dependencies to avoid symlink [linux] #2410

Closed marcelotduarte closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 79.69%. Comparing base (d341ccf) to head (9541f76).

Files Patch % Lines
cx_Freeze/freezer.py 17.64% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2410 +/- ## ========================================== + Coverage 79.61% 79.69% +0.07% ========================================== Files 27 27 Lines 4082 4077 -5 ========================================== - Hits 3250 3249 -1 + Misses 832 828 -4 ```

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