Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

12 add event subscription mechanism #13

Merged
merged 11 commits into from
Sep 29, 2023

Conversation

ndouglas
Copy link
Contributor

No description provided.

@ndouglas ndouglas linked an issue Sep 28, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #13 (a9f241c) into main (546a61f) will increase coverage by 8.09%.
The diff coverage is 52.70%.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   49.37%   57.46%   +8.09%     
==========================================
  Files          27       38      +11     
  Lines         399      750     +351     
==========================================
+ Hits          197      431     +234     
- Misses        202      319     +117     
Files Coverage Δ
src/event/tag/mod.rs 100.00% <100.00%> (ø)
src/game_state/_impl/_list/command_queue/mod.rs 100.00% <100.00%> (ø)
src/game_state/_impl/_list/event_queue/mod.rs 100.00% <100.00%> (ø)
src/game_state/_impl/_list/loop_timer/mod.rs 100.00% <100.00%> (ø)
src/lib.rs 100.00% <ø> (ø)
src/entity_id/_type/_list/base_id/mod.rs 0.00% <0.00%> (ø)
src/event/filter_rule/mod.rs 96.87% <96.87%> (ø)
src/event/mod.rs 93.75% <93.75%> (ø)
src/game_state/mod.rs 81.81% <85.71%> (-8.19%) ⬇️
src/system/_list/input/mod.rs 0.00% <0.00%> (ø)
... and 21 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ndouglas ndouglas merged commit 4f9e734 into main Sep 29, 2023
4 checks passed
@ndouglas ndouglas deleted the 12-add-event-subscription-mechanism branch September 29, 2023 02:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add event subscription mechanism.
1 participant