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: adapt code to support ruff 'S' rules #2308

Closed marcelotduarte closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 79.80%. Comparing base (e4219c3) to head (8f9c6c5).

Files Patch % Lines
cx_Freeze/command/bdist_rpm.py 82.35% 3 Missing :warning:
cx_Freeze/setupwriter.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2308 +/- ## ========================================== - Coverage 79.88% 79.80% -0.08% ========================================== Files 26 26 Lines 4046 4041 -5 ========================================== - Hits 3232 3225 -7 - Misses 814 816 +2 ```

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