Closed steven11sjf closed 4 months ago
Attention: Patch coverage is 87.83784%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 75.11%. Comparing base (
6c0e327
) to head (d0e1b68
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I can add lists of missing files to check against, will take a minute though
Fixes #30 Fixes #184
Added an adapter that converts a standard version field (Int16ul major, Int8 minor, Int8 patch) to a tuple or string "M.m.p" and optionally validates it against an expected version. This is applied to all places where a version field exists.
Fixed a bug where standard_format.game_model ignores the provided name and version field passed to it. Additionally, standard_format.create uses the new VersionAdapter.
Added parse/build for Dread .BMDEFS using a standard_format
Added a function to dread_data and samus_returns_data to return all files with a specified file extension. Replaces a large amount of code in test parametrization
Fixed some tests that were only testing on a subset of files (Bmssd, Bmbls, Bctex)
Fixed BCTEX skipping textures in packages
Removed test_lib functions that operate only on romfs files, since using the FileTreeEditor will cover these files and any in the packages
Added/simplified some checks to skip missing files