basiliscos / cpp-rotor

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

Add support for libev #1

Closed basiliscos closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #1 into master will increase coverage by 2.42%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   88.96%   91.39%   +2.42%     
==========================================
  Files          22       26       +4     
  Lines         426      488      +62     
==========================================
+ Hits          379      446      +67     
+ Misses         47       42       -5
Impacted Files Coverage Δ
include/rotor/wx/supervisor_wx.h 100% <ø> (ø) :arrow_up:
src/rotor/ev/system_context_ev.cpp 100% <100%> (ø)
include/rotor/ev/supervisor_ev.h 100% <100%> (ø)
include/rotor/ev/system_context_ev.h 100% <100%> (ø)
src/rotor/ev/supervisor_ev.cpp 100% <100%> (ø)
src/rotor/supervisor.cpp 99.15% <0%> (+2.54%) :arrow_up:
... and 2 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 7927b81...c290dd8. Read the comment docs.