basiliscos / cpp-rotor

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

Local connect #13

Closed basiliscos closed 4 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.58%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   96.83%   97.42%   +0.58%     
==========================================
  Files          34       36       +2     
  Lines         727      814      +87     
==========================================
+ Hits          704      793      +89     
+ Misses         23       21       -2
Impacted Files Coverage Δ
include/rotor/supervisor_config.h 100% <ø> (ø) :arrow_up:
include/rotor/behavior.h 100% <ø> (ø) :arrow_up:
include/rotor/error_code.h 100% <ø> (ø) :arrow_up:
include/rotor/messages.hpp 100% <100%> (ø) :arrow_up:
include/rotor/registry.h 100% <100%> (ø)
src/rotor/error_code.cpp 47.05% <100%> (+31.67%) :arrow_up:
src/rotor/behavior.cpp 100% <100%> (ø) :arrow_up:
src/rotor/supervisor.cpp 99.29% <100%> (+0.03%) :arrow_up:
src/rotor/registry.cpp 100% <100%> (ø)
include/rotor/supervisor.h 100% <100%> (ø) :arrow_up:
... and 3 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 af679fa...65e6fb8. Read the comment docs.