basiliscos / cpp-rotor

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

client/server-like relations between actors #15

Closed basiliscos closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.61%. The diff coverage is 99.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   97.42%   98.03%   +0.61%     
==========================================
  Files          36       38       +2     
  Lines         814      965     +151     
==========================================
+ Hits          793      946     +153     
+ Misses         21       19       -2
Impacted Files Coverage Δ
include/rotor/behavior.h 100% <ø> (ø) :arrow_up:
include/rotor/wx/system_context_wx.h 100% <ø> (+25%) :arrow_up:
include/rotor/error_code.h 100% <ø> (ø) :arrow_up:
include/rotor/ev/system_context_ev.h 100% <ø> (ø) :arrow_up:
include/rotor/system_context.h 100% <ø> (ø)
include/rotor/asio/supervisor_asio.h 100% <ø> (ø) :arrow_up:
include/rotor/ev/supervisor_ev.h 100% <ø> (ø) :arrow_up:
include/rotor/asio/system_context_asio.h 100% <ø> (+20%) :arrow_up:
include/rotor/wx/supervisor_wx.h 100% <ø> (ø) :arrow_up:
include/rotor/supervisor_config.h 100% <100%> (ø) :arrow_up:
... and 20 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 52b3867...ff24dc6. Read the comment docs.