Skip to content

refactor(ecs): replace type idx by Type if needed

Codecov / codecov/project succeeded Oct 9, 2023 in 0s

37.14% (-0.25%) compared to a65f238

View this Pull Request on Codecov

37.14% (-0.25%) compared to a65f238

Details

Codecov Report

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

Comparison is base (a65f238) 37.38% compared to head (b90bbda) 37.14%.

❗ Current head b90bbda differs from pull request most recent head 1cc68f4. Consider uploading reports for the commit 1cc68f4 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #703      +/-   ##
==========================================
- Coverage   37.38%   37.14%   -0.25%     
==========================================
  Files          98       97       -1     
  Lines        6524     6464      -60     
==========================================
- Hits         2439     2401      -38     
+ Misses       4085     4063      -22     
Files Coverage Δ
core/include/cubos/core/ecs/component/manager.hpp 100.00% <100.00%> (ø)
core/include/cubos/core/ecs/component/registry.hpp 90.47% <100.00%> (+0.47%) ⬆️
core/include/cubos/core/memory/type_map.hpp 100.00% <100.00%> (ø)
core/src/cubos/core/ecs/blueprint.cpp 100.00% <100.00%> (ø)
core/src/cubos/core/ecs/component/registry.cpp 92.30% <100.00%> (ø)
core/src/cubos/core/ecs/world.cpp 82.92% <100.00%> (ø)
core/include/cubos/core/ecs/blueprint.hpp 94.64% <75.00%> (-0.10%) ⬇️
core/src/cubos/core/ecs/component/manager.cpp 96.42% <90.90%> (+14.61%) ⬆️

... and 3 files with indirect coverage changes

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