basiliscos / cpp-rotor

Event loop friendly C++ actor micro-framework, supervisable
MIT License
344 stars 33 forks source link

[bugfix] root supervisor is not shutdown properly when it is linked a… #27

Closed basiliscos closed 3 years ago

basiliscos commented 3 years ago

…s "server"

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (ce6100f) into master (b3d0694) will decrease coverage by 0.04%. The diff coverage is 98.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   99.54%   99.50%   -0.05%     
==========================================
  Files          68       68              
  Lines        1978     2019      +41     
==========================================
+ Hits         1969     2009      +40     
- Misses          9       10       +1     
Impacted Files Coverage Δ
include/rotor/actor_base.h 100.00% <ø> (ø)
include/rotor/messages.hpp 100.00% <ø> (ø)
include/rotor/plugin/child_manager.h 100.00% <ø> (ø)
include/rotor/plugin/delivery.h 100.00% <ø> (ø)
include/rotor/plugin/link_server.h 100.00% <ø> (ø)
src/rotor/plugin/child_manager.cpp 100.00% <ø> (ø)
src/rotor/plugin/registry.cpp 98.60% <96.55%> (-1.40%) :arrow_down:
include/rotor/plugin/registry.h 100.00% <100.00%> (ø)
include/rotor/supervisor.h 100.00% <100.00%> (ø)
src/rotor/actor_base.cpp 100.00% <100.00%> (ø)
... and 7 more

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 b3d0694...ce6100f. Read the comment docs.