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

module: fix distribuition installer multiline #2418

Closed marcelotduarte closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 79.72%. Comparing base (b3c988c) to head (ac575d6). Report is 1 commits behind head on main.

Files Patch % Lines
cx_Freeze/module.py 16.66% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2418 +/- ## ========================================== - Coverage 79.74% 79.72% -0.02% ========================================== Files 27 27 Lines 4077 4078 +1 ========================================== Hits 3251 3251 - Misses 826 827 +1 ```

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