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.33k stars 217 forks source link

parser: show what patchelf is doing if silent is off #2340

Closed marcelotduarte closed 5 months ago

marcelotduarte commented 5 months ago

https://github.com/marcelotduarte/cx_Freeze/issues/2261#issuecomment-2060498540

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 82.56%. Comparing base (7f662aa) to head (066cc2f).

Files Patch % Lines
cx_Freeze/parser.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2340 +/- ## ========================================== - Coverage 82.56% 82.56% -0.01% ========================================== Files 27 27 Lines 4021 4026 +5 ========================================== + Hits 3320 3324 +4 - Misses 701 702 +1 ```

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