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: remove deprecated option in 'build' command #2316

Closed marcelotduarte closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 80.23%. Comparing base (0860bf1) to head (ea5c23d). Report is 1 commits behind head on main.

Files Patch % Lines
cx_Freeze/command/build_exe.py 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2316 +/- ## ========================================== - Coverage 80.24% 80.23% -0.01% ========================================== Files 25 25 Lines 4019 4018 -1 ========================================== - Hits 3225 3224 -1 Misses 794 794 ```

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