basiliscos / cpp-rotor

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

Introduce locality #5

Closed basiliscos closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.68%. The diff coverage is 98.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   91.39%   92.07%   +0.68%     
==========================================
  Files          26       26              
  Lines         488      505      +17     
==========================================
+ Hits          446      465      +19     
+ Misses         42       40       -2
Impacted Files Coverage Δ
include/rotor/error_code.h 100% <ø> (ø) :arrow_up:
include/rotor/asio/supervisor_config.h 100% <ø> (ø) :arrow_up:
src/rotor/wx/supervisor_wx.cpp 71.42% <ø> (-0.99%) :arrow_down:
include/rotor/messages.hpp 100% <ø> (ø) :arrow_up:
src/rotor/error_code.cpp 13.33% <ø> (+1.56%) :arrow_up:
include/rotor/ev/supervisor_ev.h 100% <ø> (ø) :arrow_up:
src/rotor/asio/supervisor_asio.cpp 92% <100%> (ø) :arrow_up:
include/rotor/address.hpp 100% <100%> (ø) :arrow_up:
src/rotor/actor_base.cpp 96.07% <100%> (+0.07%) :arrow_up:
src/rotor/ev/supervisor_ev.cpp 100% <100%> (ø) :arrow_up:
... and 4 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 4002834...b4bb770. Read the comment docs.