randovania / mercury-engine-data-structures

Construct type definitions for Mercury Engine.
MIT License
2 stars 11 forks source link

Update ruff rules, use if TYPE_CHECKING/future annotations #233

Closed henriquegemignani closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 70.94340% with 77 lines in your changes missing coverage. Please review.

Project coverage is 75.53%. Comparing base (430c6ef) to head (d79c46d). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...mercury_engine_data_structures/file_tree_editor.py 42.85% 4 Missing :warning:
.../mercury_engine_data_structures/adapters/offset.py 0.00% 3 Missing :warning:
...rc/mercury_engine_data_structures/base_resource.py 0.00% 3 Missing :warning:
...ne_data_structures/construct_extensions/strings.py 25.00% 3 Missing :warning:
...rc/mercury_engine_data_structures/formats/brfld.py 57.14% 3 Missing :warning:
src/mercury_engine_data_structures/formats/brsa.py 62.50% 3 Missing :warning:
src/mercury_engine_data_structures/romfs.py 50.00% 3 Missing :warning:
src/mercury_engine_data_structures/formats/bapd.py 66.66% 2 Missing :warning:
...c/mercury_engine_data_structures/formats/bgsnds.py 66.66% 2 Missing :warning:
...rc/mercury_engine_data_structures/formats/bldef.py 66.66% 2 Missing :warning:
... and 37 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== - Coverage 76.47% 75.53% -0.95% ========================================== Files 77 77 Lines 3532 3670 +138 ========================================== + Hits 2701 2772 +71 - Misses 831 898 +67 ```

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