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

feat(ecs): add create_system_rt #131

Merged
merged 1 commit into from
Nov 6, 2019
Merged

feat(ecs): add create_system_rt #131

merged 1 commit into from
Nov 6, 2019

Conversation

Milerius
Copy link
Contributor

@Milerius Milerius commented Nov 6, 2019

No description provided.

@todo
Copy link

todo bot commented Nov 6, 2019

Document it

//! TODO: Document it
template<typename TSystem, typename ... TSystemArgs>
void create_system_rt(TSystemArgs &&... args) noexcept;
/**
* @brief This function load a bunch os systems


This comment was generated by todo based on a TODO comment in 55c19b8 in #131. cc @KomodoPlatform.

@codecov
Copy link

codecov bot commented Nov 6, 2019

Codecov Report

Merging #131 into master will increase coverage by 0.46%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage   98.08%   98.55%   +0.46%     
==========================================
  Files          27       28       +1     
  Lines         574      621      +47     
==========================================
+ Hits          563      612      +49     
+ Misses         11        9       -2
Impacted Files Coverage Δ
modules/ecs/antara/gaming/ecs/system.manager.hpp 93.58% <85.71%> (+8.74%) ⬆️
...les/ecs/antara/gaming/ecs/virtual.input.system.hpp 100% <0%> (ø)
modules/ecs/antara/gaming/ecs/system.hpp 100% <0%> (+13.33%) ⬆️

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 8b8c7ac...55c19b8. Read the comment docs.

@Milerius Milerius merged commit 1aa6471 into master Nov 6, 2019
@Milerius Milerius deleted the roman_dev branch November 6, 2019 09:47
@todo todo bot mentioned this pull request Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant