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

chore: use compile() with dont_inherit and optimize #2387

Closed marcelotduarte closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 83.29%. Comparing base (e66f9af) to head (eb276f8).

Files Patch % Lines
cx_Freeze/common.py 0.00% 1 Missing :warning:
cx_Freeze/module.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2387 +/- ## ======================================= Coverage 83.29% 83.29% ======================================= Files 27 27 Lines 4058 4058 ======================================= Hits 3380 3380 Misses 678 678 ```

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