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: improve version method and add new methods #2403

Closed marcelotduarte closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 79.59%. Comparing base (bbfc98c) to head (7643abd).

Files Patch % Lines
cx_Freeze/module.py 29.03% 22 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2403 +/- ## ========================================== - Coverage 79.82% 79.59% -0.23% ========================================== Files 27 27 Lines 4065 4083 +18 ========================================== + Hits 3245 3250 +5 - Misses 820 833 +13 ```

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