basiliscos / cpp-rotor

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

v0.25-dev #49

Closed basiliscos closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 94.47% // Head: 93.85% // Decreases project coverage by -0.61% :warning:

Coverage data is based on head (90c5944) compared to base (03b0082). Patch coverage: 87.50% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #49 +/- ## ========================================== - Coverage 94.47% 93.85% -0.62% ========================================== Files 62 62 Lines 4053 4200 +147 ========================================== + Hits 3829 3942 +113 - Misses 224 258 +34 ``` | [Impacted Files](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou) | Coverage Δ | | |---|---|---| | [src/rotor/supervisor.cpp](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou#diff-c3JjL3JvdG9yL3N1cGVydmlzb3IuY3Bw) | `96.29% <80.00%> (+0.29%)` | :arrow_up: | | [include/rotor/supervisor.h](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou#diff-aW5jbHVkZS9yb3Rvci9zdXBlcnZpc29yLmg=) | `98.37% <100.00%> (+0.03%)` | :arrow_up: | | [src/rotor/asio/supervisor\_asio.cpp](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou#diff-c3JjL3JvdG9yL2FzaW8vc3VwZXJ2aXNvcl9hc2lvLmNwcA==) | `100.00% <100.00%> (ø)` | | | [include/rotor/handler.h](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou#diff-aW5jbHVkZS9yb3Rvci9oYW5kbGVyLmg=) | `53.20% <0.00%> (-3.72%)` | :arrow_down: | | [include/rotor/request.hpp](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou#diff-aW5jbHVkZS9yb3Rvci9yZXF1ZXN0LmhwcA==) | `92.30% <0.00%> (-0.10%)` | :arrow_down: | | [include/rotor/message.h](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou#diff-aW5jbHVkZS9yb3Rvci9tZXNzYWdlLmg=) | `100.00% <0.00%> (ø)` | | | [include/rotor/actor\_config.h](https://codecov.io/gh/basiliscos/cpp-rotor/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou#diff-aW5jbHVkZS9yb3Rvci9hY3Rvcl9jb25maWcuaA==) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ivan+Baidakou)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.