Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement reflection for Entity #689

Merged
merged 1 commit into from
Oct 7, 2023

feat(ecs): implement reflection for Entity

f6c025e
Select commit
Loading
Failed to load commit list.
Merged

Implement reflection for Entity #689

feat(ecs): implement reflection for Entity
f6c025e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2023 in 1s

36.34% (-0.04%) compared to 273f8d8

View this Pull Request on Codecov

36.34% (-0.04%) compared to 273f8d8

Details

Codecov Report

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

Comparison is base (273f8d8) 36.38% compared to head (f6c025e) 36.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #689      +/-   ##
==========================================
- Coverage   36.38%   36.34%   -0.04%     
==========================================
  Files          92       92              
  Lines        6381     6388       +7     
==========================================
  Hits         2322     2322              
- Misses       4059     4066       +7     
Files Coverage Δ
core/include/cubos/core/ecs/entity/entity.hpp 100.00% <ø> (ø)
core/src/cubos/core/ecs/entity/entity.cpp 69.04% <0.00%> (-13.81%) ⬇️

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