azriel91 / autexousious

Main repository for Will -- 2.5D moddable action adventure game
https://azriel.im/will
Apache License 2.0
44 stars 3 forks source link

Maintenance/229/split loading crate #230

Closed azriel91 closed 4 years ago

azriel91 commented 4 years ago

Moves the loading code for different asset sequence component loaders into the various <asset>_loading crates.

Closes #229.

codecov[bot] commented 4 years ago

Codecov Report

Merging #230 into master will decrease coverage by 0.18%. The diff coverage is 3.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
- Coverage   69.26%   69.08%   -0.19%     
==========================================
  Files         643      643              
  Lines       21990    21988       -2     
==========================================
- Hits        15232    15190      -42     
- Misses       6758     6798      +40     
Impacted Files Coverage Δ
...ding/src/system/asset_definition_loading_system.rs 60.39% <ø> (ø)
...rate/loading/src/system/asset_id_mapping_system.rs 56.60% <ø> (ø)
crate/loading/src/system/asset_part_loader.rs 100.00% <ø> (ø)
...te/loading/src/system/asset_part_loading_system.rs 79.31% <ø> (ø)
.../system/asset_sequence_component_loading_system.rs 47.27% <ø> (ø)
.../system/asset_sprites_definition_loading_system.rs 62.50% <ø> (+2.08%) :arrow_up:
...loading/src/system/asset_texture_loading_system.rs 66.66% <ø> (ø)
crate/map_loading/src/map_ascl.rs 76.56% <ø> (ø)
crate/object_loading/src/object_ascl.rs 61.38% <ø> (ø)
crate/ui_loading/src/ui_ascl.rs 30.12% <0.00%> (ø)
... and 56 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5a2e3f...a1ca984. Read the comment docs.