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.37k stars 220 forks source link

fix: a more consise fix for namespace packages #2665

Closed marcelotduarte closed 2 weeks ago

marcelotduarte commented 3 weeks ago

2644

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 59.20%. Comparing base (e614214) to head (9ed8a23). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cx_Freeze/finder.py 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2665 +/- ## =========================================== - Coverage 71.17% 59.20% -11.97% =========================================== Files 28 28 Lines 4517 4523 +6 =========================================== - Hits 3215 2678 -537 - Misses 1302 1845 +543 ```

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