Skip to content

refactor(ecs): move storages to component dir

Codecov / codecov/project succeeded Oct 2, 2023 in 1s

36.56% (+0.00%) compared to 1ac1b0a

View this Pull Request on Codecov

36.56% (+0.00%) compared to 1ac1b0a

Details

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (1ac1b0a) 36.56% compared to head (e098a96) 36.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #648   +/-   ##
=======================================
  Coverage   36.56%   36.56%           
=======================================
  Files          92       92           
  Lines        6378     6378           
=======================================
  Hits         2332     2332           
  Misses       4046     4046           
Files Coverage Δ
core/include/cubos/core/ecs/component/manager.hpp 100.00% <ø> (ø)
core/include/cubos/core/ecs/component/registry.hpp 90.00% <ø> (ø)
core/include/cubos/core/ecs/component/storage.hpp 72.72% <ø> (ø)
...e/include/cubos/core/ecs/component/vec_storage.hpp 100.00% <ø> (ø)
core/include/cubos/core/ecs/world.hpp 88.88% <ø> (ø)
core/src/cubos/core/ecs/blueprint.cpp 100.00% <ø> (ø)
core/src/cubos/core/ecs/component/manager.cpp 81.81% <ø> (ø)
core/src/cubos/core/ecs/component/registry.cpp 92.30% <ø> (ø)
core/src/cubos/core/ecs/world.cpp 82.92% <ø> (ø)
tools/quadrados-gen/src/main.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.