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: include_msvcr now uses Redistributable files #2451

Open marcelotduarte opened 2 weeks ago

marcelotduarte commented 2 weeks ago
codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 82.38994% with 28 lines in your changes missing coverage. Please review.

Project coverage is 79.52%. Comparing base (bb360f1) to head (914ea41).

Files Patch % Lines
cx_Freeze/winmsvcr_repack.py 81.08% 28 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2451 +/- ## ========================================== - Coverage 79.78% 79.52% -0.26% ========================================== Files 27 28 +1 Lines 4091 4225 +134 ========================================== + Hits 3264 3360 +96 - Misses 827 865 +38 ```

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