basiliscos / cpp-rotor

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

Shutdown reason v2 #29

Closed basiliscos closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 (1b82586) into master (8e1384e) will increase coverage by 0.26%. The diff coverage is 99.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   99.50%   99.76%   +0.26%     
==========================================
  Files          68       70       +2     
  Lines        2019     2153     +134     
==========================================
+ Hits         2009     2148     +139     
+ Misses         10        5       -5     
Impacted Files Coverage Δ
include/rotor/asio/supervisor_asio.h 100.00% <ø> (ø)
include/rotor/plugin/address_maker.h 100.00% <ø> (ø)
include/rotor/plugin/child_manager.h 100.00% <ø> (ø)
include/rotor/plugin/link_client.h 100.00% <ø> (ø)
include/rotor/plugin/plugin_base.h 100.00% <ø> (ø)
include/rotor/plugin/registry.h 100.00% <ø> (ø)
include/rotor/system_context.h 100.00% <ø> (ø)
src/rotor/thread/system_context_thread.cpp 100.00% <ø> (ø)
src/rotor/system_context.cpp 66.66% <66.66%> (+26.66%) :arrow_up:
include/rotor/actor_base.h 100.00% <100.00%> (ø)
... and 26 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 8e1384e...d29bd52. Read the comment docs.