basiliscos / cpp-rotor

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

Pluginization #16

Closed basiliscos closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 1.99%. The diff coverage is 99.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   97.42%   99.42%   +1.99%     
==========================================
  Files          36       62      +26     
  Lines         816     1725     +909     
==========================================
+ Hits          795     1715     +920     
+ Misses         21       10      -11     
Impacted Files Coverage Δ
include/rotor/address.hpp 100.00% <ø> (ø)
include/rotor/asio/system_context_asio.h 100.00% <ø> (+20.00%) :arrow_up:
include/rotor/error_code.h 100.00% <ø> (ø)
include/rotor/ev/supervisor_ev.h 100.00% <ø> (ø)
include/rotor/message.h 100.00% <ø> (ø)
include/rotor/registry.h 100.00% <ø> (ø)
include/rotor/system_context.h 100.00% <ø> (ø)
include/rotor/wx/supervisor_wx.h 100.00% <ø> (ø)
include/rotor/wx/system_context_wx.h 100.00% <ø> (+25.00%) :arrow_up:
src/rotor/system_context.cpp 40.00% <0.00%> (ø)
... and 84 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 8a42f7e...cdb528e. Read the comment docs.